#605B99

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

Shades of Governor Bay #605B99

Tints of Governor Bay #605B99

Color information

#605B99 (or 0x605B99) is unknown color: approx Governor Bay. HEX triplet: 60, 5B and 99. RGB value is (96,91,153). Sum of RGB (Red+Green+Blue) = 96+91+153=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #605B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B99 is #9FA466. Grayscale: #636363. Windows color (decimal): -10462311 or 10050400. OLE color: 10050400.

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

Color convert

RGB9691153-
CMYK0.370.4100.4
HSL244.84º25.41%47.84%-
HSV(B)244.84º40.52%60%-
XYZ14.3112.2731.75-
YUV99.56158.16125.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 153 (60.16% from 255) = 45%
R=28.24%
G=26.76%
B=45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96911530.370.4100.4244.8425.4147.84
Hex605B992529028f51930
Octal14013323145510503653160
Binary110000010110111001100110010110100101010001111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,153); }

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

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

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

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

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

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

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