#606491

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

Shades of Governor Bay #606491

Tints of Governor Bay #606491

Color information

#606491 (or 0x606491) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 91. RGB value is (96,100,145). Sum of RGB (Red+Green+Blue) = 96+100+145=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #606491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606491 is #9F9B6E. Grayscale: #676767. Windows color (decimal): -10460015 or 9528416. OLE color: 9528416.

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

Color convert

RGB96100145-
CMYK0.340.3100.43
HSL235.1º20.33%47.25%-
HSV(B)235.1º33.79%56.86%-
XYZ14.4913.6528.66-
YUV103.93151.17122.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=28.15%
G=29.33%
B=42.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961001450.340.3100.43235.120.3347.25
Hex606491221F02Beb142f
Octal14014422142370533532457
Binary11000001100100100100011000101111101010111110101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606491; }

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

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

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

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

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

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

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

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