#606196

Color #606196 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #606196

Tints of Governor Bay #606196

Color information

#606196 (or 0x606196) is unknown color: approx Governor Bay. HEX triplet: 60, 61 and 96. RGB value is (96,97,150). Sum of RGB (Red+Green+Blue) = 96+97+150=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #606196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606196 is #9F9E69. Grayscale: #666666. Windows color (decimal): -10460778 or 9855328. OLE color: 9855328.

HSL color Cylindrical-coordinate representation of color #606196: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606196 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9697150-
CMYK0.360.3500.41
HSL238.89º21.95%48.24%-
HSV(B)238.89º36%58.82%-
XYZ14.613.2430.64-
YUV102.74154.67123.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=27.99%
G=28.28%
B=43.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96971500.360.3500.41238.8921.9548.24
Hex6061962423029ef1630
Octal14014122644430513572660
Binary110000011000011001011010010010001101010011110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606196; }

 p { color: rgb(96,97,150); }

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

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

 a { background-color: rgb(96,97,150); }

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

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

 span { border-color: rgb(96,97,150); }

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