COLOR #6297AC

HEX: #6297AC
RGB: (98,151,172)

Color info

#6297AC contains mainly green and blue colors. Web safe color of #6297AC is #669999 (or #699).

RGB color model

#6297AC color RGB value is (98,151,172).

  • red value is 98;
  • green value is 151;
  • blue value is 172.
RGB:
(98,151,172)
(38%,59%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 151 of 255 = 59%
B 172 of 255 = 67%

98
151
172

R + G + B ~ 55%. #6297AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 151 + 172 = 421 (100%)
R 98 of 421 ~ 23.28%
G 151 of 421 ~ 35.87%
B 172 of 421 ~ 40.86%

%23.28
%35.87
%40.86

CMYK color model

#6297AC color CMYK value is (43,12,0,33).

  • cyan value is 43.02%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(43,12,0,33)
C43M12Y0K33 
(43%,12%,0%,33%)
(0.43/0.12/0.00/0.33)	

CMYK percentages

%43.02
%12.21
%0
%32.55

Codes

Color #6297AC in popluar color models

6297AC
RGB98151172
HSL197°30.83%52.94%
HSB/HSV197°43.02%67.45%
CMYK43.02%12.21%0.00%
32.55%

Color #6297AC in popluar number systems.

HEX6297AC
Decimal98151172
Binary11000101001011110101100
Octal142227254

Shades and tints

Shades of #6297AC

#6297AC
(98,151,172)
#5A8A9D
(90,138,157)
#527D8E
(82,125,142)
#4A707F
(74,112,127)
#426370
(66,99,112)
#3A5661
(58,86,97)
#324952
(50,73,82)
#2A3C43
(42,60,67)
#222F34
(34,47,52)
#1A2225
(26,34,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #6297AC

#6297AC
(98,151,172)
#70A0B3
(112,160,179)
#7EA9BA
(126,169,186)
#8CB2C1
(140,178,193)
#9ABBC8
(154,187,200)
#A8C4CF
(168,196,207)
#B6CDD6
(182,205,214)
#C4D6DD
(196,214,221)
#D2DFE4
(210,223,228)
#E0E8EB
(224,232,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6297AC color. Also use rgb(98,151,172) instead hex code.

Text Font Color

.myTextColor { color: #6297AC; }

<p style="color:#6297AC">This sample text font color is #6297AC.</p>

This text font color is #6297AC.


Background Color

.myBgColor { background-color: #6297AC; }

<div style="background-color:#6297AC">Inner text</div>

This div background color is #6297AC.


Border color

.myBorderColor { border: 1px solid #6297AC; }

<div style="border:3px solid #6297AC">Div</div>

This div border color is #6297AC.


Opacity

.myOpacity80 { color: #6297AC; opacity: 0.8; }

<p style="color:#6297AC;opacity:0.8;">80%</p>

Text with #6297AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6297AC;}

<p style="text-shadow: 3px 3px 1px #6297AC">Text here.</p>

This text has shadow with #6297AC color.

.textShadow {text-shadow: 3px 3px 1px #6297AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6297AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #6297AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6297AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6297AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #6297AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6297AC;
  -webkit-box-shadow:	1px 1px 3px 2px #6297AC;
  box-shadow:		1px 1px 3px 2px #6297AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6297AC;
-webkit-box-shadow: 1px 1px 3px 2px #6297AC;
box-shadow:1px 1px 3px 2px #6297AC;">
Div content here</div>
This div box has shadow with color #6297AC.

Preview

Color preview on black background

This text has color #6297AC on black background.


Color preview on white background

This text has color #6297AC on white background.



Black color preview on #6297AC background

This text has black color on #6297AC background.


White color preview on #6297AC background

This text has white color on #6297AC background.