#606092

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

Shades of Governor Bay #606092

Tints of Governor Bay #606092

Color information

#606092 (or 0x606092) is unknown color: approx Governor Bay. HEX triplet: 60, 60 and 92. RGB value is (96,96,146). Sum of RGB (Red+Green+Blue) = 96+96+146=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #606092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606092 is #9F9F6D. Grayscale: #656565. Windows color (decimal): -10461038 or 9592928. OLE color: 9592928.

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

Color convert

RGB9696146-
CMYK0.340.3400.43
HSL240º20.66%47.45%-
HSV(B)240º34.25%57.25%-
XYZ14.212.9328.94-
YUV101.7153123.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=28.40%
G=28.40%
B=43.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96961460.340.3400.4324020.6647.45
Hex606092222202Bf0152f
Octal14014022242420533602557
Binary110000011000001001001010001010001001010111111000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606092; }

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

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

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

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

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

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

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

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