COLOR #6097AF

HEX: #6097AF
RGB: (96,151,175)

Color info

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

RGB color model

#6097AF color RGB value is (96,151,175).

  • red value is 96;
  • green value is 151;
  • blue value is 175.
RGB:
(96,151,175)
(38%,59%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 151 of 255 = 59%
B 175 of 255 = 69%

96
151
175

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

Portions of RGB colors in percentages

R + G + B =
96 + 151 + 175 = 422 (100%)
R 96 of 422 ~ 22.75%
G 151 of 422 ~ 35.78%
B 175 of 422 ~ 41.47%

%22.75
%35.78
%41.47

CMYK color model

#6097AF color CMYK value is (45,14,0,31).

  • cyan value is 45.14%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,14,0,31)
C45M14Y0K31 
(45%,14%,0%,31%)
(0.45/0.14/0.00/0.31)	

CMYK percentages

%45.14
%13.71
%0
%31.37

Codes

Color #6097AF in popluar color models

6097AF
RGB96151175
HSL198°33.05%53.14%
HSB/HSV198°45.14%68.63%
CMYK45.14%13.71%0.00%
31.37%

Color #6097AF in popluar number systems.

HEX6097AF
Decimal96151175
Binary11000001001011110101111
Octal140227257

Shades and tints

Shades of #6097AF

#6097AF
(96,151,175)
#588AA0
(88,138,160)
#507D91
(80,125,145)
#487082
(72,112,130)
#406373
(64,99,115)
#385664
(56,86,100)
#304955
(48,73,85)
#283C46
(40,60,70)
#202F37
(32,47,55)
#182228
(24,34,40)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #6097AF

#6097AF
(96,151,175)
#6EA0B6
(110,160,182)
#7CA9BD
(124,169,189)
#8AB2C4
(138,178,196)
#98BBCB
(152,187,203)
#A6C4D2
(166,196,210)
#B4CDD9
(180,205,217)
#C2D6E0
(194,214,224)
#D0DFE7
(208,223,231)
#DEE8EE
(222,232,238)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6097AF color. Also use rgb(96,151,175) instead hex code.

Text Font Color

.myTextColor { color: #6097AF; }

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

This text font color is #6097AF.


Background Color

.myBgColor { background-color: #6097AF; }

<div style="background-color:#6097AF">Inner text</div>

This div background color is #6097AF.


Border color

.myBorderColor { border: 1px solid #6097AF; }

<div style="border:3px solid #6097AF">Div</div>

This div border color is #6097AF.


Opacity

.myOpacity80 { color: #6097AF; opacity: 0.8; }

<p style="color:#6097AF;opacity:0.8;">80%</p>

Text with #6097AF 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 #6097AF;}

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

This text has shadow with #6097AF color.

.textShadow {text-shadow: 3px 3px 1px #6097AF, 3px 3px 1px red;}

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

This text has shadow with #6097AF primary color and red secondary color.


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

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

This text has shadow with #6097AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6097AF on black background.


Color preview on white background

This text has color #6097AF on white background.



Black color preview on #6097AF background

This text has black color on #6097AF background.


White color preview on #6097AF background

This text has white color on #6097AF background.