COLOR #6297A0

HEX: #6297A0
RGB: (98,151,160)

Color info

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

RGB color model

#6297A0 color RGB value is (98,151,160).

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

RGB channels and saturation

R 98 of 255 = 38%
G 151 of 255 = 59%
B 160 of 255 = 63%

98
151
160

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

Portions of RGB colors in percentages

R + G + B =
98 + 151 + 160 = 409 (100%)
R 98 of 409 ~ 23.96%
G 151 of 409 ~ 36.92%
B 160 of 409 ~ 39.12%

%23.96
%36.92
%39.12

CMYK color model

#6297A0 color CMYK value is (39,6,0,37).

  • cyan value is 38.75%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(39,6,0,37)
C39M6Y0K37 
(39%,6%,0%,37%)
(0.39/0.06/0.00/0.37)	

CMYK percentages

%38.75
%5.63
%0
%37.25

Codes

Color #6297A0 in popluar color models

6297A0
RGB98151160
HSL189°24.60%50.59%
HSB/HSV189°38.75%62.75%
CMYK38.75%5.63%0.00%
37.25%

Color #6297A0 in popluar number systems.

HEX6297A0
Decimal98151160
Binary11000101001011110100000
Octal142227240

Shades and tints

Shades of #6297A0

#6297A0
(98,151,160)
#5A8A92
(90,138,146)
#527D84
(82,125,132)
#4A7076
(74,112,118)
#426368
(66,99,104)
#3A565A
(58,86,90)
#32494C
(50,73,76)
#2A3C3E
(42,60,62)
#222F30
(34,47,48)
#1A2222
(26,34,34)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6297A0

#6297A0
(98,151,160)
#70A0A8
(112,160,168)
#7EA9B0
(126,169,176)
#8CB2B8
(140,178,184)
#9ABBC0
(154,187,192)
#A8C4C8
(168,196,200)
#B6CDD0
(182,205,208)
#C4D6D8
(196,214,216)
#D2DFE0
(210,223,224)
#E0E8E8
(224,232,232)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6297A0; }

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

This text font color is #6297A0.


Background Color

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

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

This div background color is #6297A0.


Border color

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

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

This div border color is #6297A0.


Opacity

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

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

Text with #6297A0 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 #6297A0;}

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

This text has shadow with #6297A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6297A0 on black background.


Color preview on white background

This text has color #6297A0 on white background.



Black color preview on #6297A0 background

This text has black color on #6297A0 background.


White color preview on #6297A0 background

This text has white color on #6297A0 background.