#606492

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

Shades of Governor Bay #606492

Tints of Governor Bay #606492

Color information

#606492 (or 0x606492) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 92. RGB value is (96,100,146). Sum of RGB (Red+Green+Blue) = 96+100+146=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #606492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606492 is #9F9B6D. Grayscale: #676767. Windows color (decimal): -10460014 or 9593952. OLE color: 9593952.

HSL color Cylindrical-coordinate representation of color #606492: hue angle of 235.2º 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 #606492 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96100146-
CMYK0.340.3200.43
HSL235.2º20.66%47.45%-
HSV(B)235.2º34.25%57.25%-
XYZ14.5713.6829.07-
YUV104.05151.67122.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=28.07%
G=29.24%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961001460.340.3200.43235.220.6647.45
Hex606492222002Beb152f
Octal14014422242400533532557
Binary110000011001001001001010001010000001010111110101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606492; }

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

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

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

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

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

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

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

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