#606499

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

Shades of Governor Bay #606499

Tints of Governor Bay #606499

Color information

#606499 (or 0x606499) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 99. RGB value is (96,100,153). Sum of RGB (Red+Green+Blue) = 96+100+153=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #606499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606499 is #9F9B66. Grayscale: #686868. Windows color (decimal): -10460007 or 10052704. OLE color: 10052704.

HSL color Cylindrical-coordinate representation of color #606499: hue angle of 235.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606499 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96100153-
CMYK0.370.3500.4
HSL235.79º22.89%48.82%-
HSV(B)235.79º37.25%60%-
XYZ15.1313.932.02-
YUV104.85155.17121.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=27.51%
G=28.65%
B=43.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961001530.370.3500.4235.7922.8948.82
Hex6064992523028ec1731
Octal14014423145430503542761
Binary110000011001001001100110010110001101010001110110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606499; }

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

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

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

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

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

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

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

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