#606292

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

Shades of Governor Bay #606292

Tints of Governor Bay #606292

Color information

#606292 (or 0x606292) is unknown color: approx Governor Bay. HEX triplet: 60, 62 and 92. RGB value is (96,98,146). Sum of RGB (Red+Green+Blue) = 96+98+146=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #606292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606292 is #9F9D6D. Grayscale: #666666. Windows color (decimal): -10460526 or 9593440. OLE color: 9593440.

HSL color Cylindrical-coordinate representation of color #606292: hue angle of 237.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606292 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9698146-
CMYK0.340.3300.43
HSL237.6º20.66%47.45%-
HSV(B)237.6º34.25%57.25%-
XYZ14.3813.329-
YUV102.87152.34123.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=28.24%
G=28.82%
B=42.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96981460.340.3300.43237.620.6647.45
Hex606292222102Bee152f
Octal14014222242410533562557
Binary110000011000101001001010001010000101010111110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606292; }

 p { color: rgb(96,98,146); }

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

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

 a { background-color: rgb(96,98,146); }

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

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

 span { border-color: rgb(96,98,146); }

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