#605A98

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

Shades of Governor Bay #605A98

Tints of Governor Bay #605A98

Color information

#605A98 (or 0x605A98) is unknown color: approx Governor Bay. HEX triplet: 60, 5A and 98. RGB value is (96,90,152). Sum of RGB (Red+Green+Blue) = 96+90+152=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #605A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A98 is #9FA567. Grayscale: #626262. Windows color (decimal): -10462568 or 9984608. OLE color: 9984608.

HSL color Cylindrical-coordinate representation of color #605A98: hue angle of 245.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605A98 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9690152-
CMYK0.370.4100.40
HSL245.81º25.62%47.45%-
HSV(B)245.81º40.79%59.61%-
XYZ14.1512.0731.29-
YUV98.86157.99125.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=28.40%
G=26.63%
B=44.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96901520.370.4100.40245.8125.6247.45
Hex605A982529028f61a2f
Octal14013223045510503663257
Binary110000010110101001100010010110100101010001111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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