#609FB6

Color #609FB6 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #609FB6

Tints of Shakespeare #609FB6

Color information

#609FB6 (or 0x609FB6) is unknown color: approx Shakespeare. HEX triplet: 60, 9F and B6. RGB value is (96,159,182). Sum of RGB (Red+Green+Blue) = 96+159+182=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #609FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FB6 is #9F6049. Grayscale: #8E8E8E. Windows color (decimal): -10444874 or 11968352. OLE color: 11968352.

HSL color Cylindrical-coordinate representation of color #609FB6: hue angle of 196.05º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #609FB6 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96159182-
CMYK0.470.1300.29
HSL196.05º37.07%54.51%-
HSV(B)196.05º47.25%71.37%-
XYZ25.6730.6648.82-
YUV142.78150.1394.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=21.97%
G=36.38%
B=41.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961591820.470.1300.29196.0537.0754.51
Hex609FB62FD01Dc42537
Octal14023726657150353044567
Binary11000001001111110110110101111110101110111000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609FB6; }

 p { color: rgb(96,159,182); }

 H1.HeaderClassName
 {
   color: #609FB6;
 }
 .AnyTagClassName
 {
   color: #609FB6;
 }
</style>
background-color css

<style>
 a { background-color: #609FB6; }

 a { background-color: rgb(96,159,182); }

 div.DivClassName
 {
   background-color: #609FB6;
 }
 .BgClassName
 {
   background-color: #609FB6;
 }
</style>
border-color css

<style>
 span { border-color: #609FB6; }

 span { border-color: rgb(96,159,182); }

 td.TdClassName
 {
   border-color: #609FB6;
 }
 .TagClassName
 {
   border-color: #609FB6;
 }
</style>