#605A95

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

Shades of Governor Bay #605A95

Tints of Governor Bay #605A95

Color information

#605A95 (or 0x605A95) is unknown color: approx Governor Bay. HEX triplet: 60, 5A and 95. RGB value is (96,90,149). Sum of RGB (Red+Green+Blue) = 96+90+149=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #605A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A95 is #9FA56A. Grayscale: #626262. Windows color (decimal): -10462571 or 9788000. OLE color: 9788000.

HSL color Cylindrical-coordinate representation of color #605A95: hue angle of 246.1º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605A95 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9690149-
CMYK0.360.4000.42
HSL246.1º24.69%46.86%-
HSV(B)246.1º39.6%58.43%-
XYZ13.911.9730.01-
YUV98.52156.49126.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=28.66%
G=26.87%
B=44.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96901490.360.4000.42246.124.6946.86
Hex605A95242802Af6192f
Octal14013222544500523663157
Binary110000010110101001010110010010100001010101111011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A95; }

 p { color: rgb(96,90,149); }

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

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

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

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

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

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

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