#605C98

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

Shades of Governor Bay #605C98

Tints of Governor Bay #605C98

Color information

#605C98 (or 0x605C98) is unknown color: approx Governor Bay. HEX triplet: 60, 5C and 98. RGB value is (96,92,152). Sum of RGB (Red+Green+Blue) = 96+92+152=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #605C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C98 is #9FA367. Grayscale: #636363. Windows color (decimal): -10462056 or 9985120. OLE color: 9985120.

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

Color convert

RGB9692152-
CMYK0.370.3900.40
HSL244º24.59%47.84%-
HSV(B)244º39.47%59.61%-
XYZ14.3212.4131.35-
YUV100.04157.33125.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=28.24%
G=27.06%
B=44.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96921520.370.3900.4024424.5947.84
Hex605C982527028f41930
Octal14013423045470503643160
Binary110000010111001001100010010110011101010001111010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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