#606498

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

Shades of Governor Bay #606498

Tints of Governor Bay #606498

Color information

#606498 (or 0x606498) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 98. RGB value is (96,100,152). Sum of RGB (Red+Green+Blue) = 96+100+152=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #606498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606498 is #9F9B67. Grayscale: #686868. Windows color (decimal): -10460008 or 9987168. OLE color: 9987168.

HSL color Cylindrical-coordinate representation of color #606498: hue angle of 235.71º 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 #606498 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96100152-
CMYK0.370.3400.40
HSL235.71º22.58%48.63%-
HSV(B)235.71º36.84%59.61%-
XYZ15.0513.8731.59-
YUV104.73154.67121.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=27.59%
G=28.74%
B=43.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961001520.370.3400.40235.7122.5848.63
Hex6064982522028ec1731
Octal14014423045420503542761
Binary110000011001001001100010010110001001010001110110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606498; }

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

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

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

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

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

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

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

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