#609EB6

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

Shades of Shakespeare #609EB6

Tints of Shakespeare #609EB6

Color information

#609EB6 (or 0x609EB6) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and B6. RGB value is (96,158,182). Sum of RGB (Red+Green+Blue) = 96+158+182=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #609EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EB6 is #9F6149. Grayscale: #8E8E8E. Windows color (decimal): -10445130 or 11968096. OLE color: 11968096.

HSL color Cylindrical-coordinate representation of color #609EB6: hue angle of 196.74º 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 #609EB6 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96158182-
CMYK0.470.1300.29
HSL196.74º37.07%54.51%-
HSV(B)196.74º47.25%71.37%-
XYZ25.4930.3248.76-
YUV142.2150.4695.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=22.02%
G=36.24%
B=41.74%

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
Decimal961581820.470.1300.29196.7437.0754.51
Hex609EB62FD01Dc52537
Octal14023626657150353054567
Binary11000001001111010110110101111110101110111000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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