#606095

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

Shades of Governor Bay #606095

Tints of Governor Bay #606095

Color information

#606095 (or 0x606095) is unknown color: approx Governor Bay. HEX triplet: 60, 60 and 95. RGB value is (96,96,149). Sum of RGB (Red+Green+Blue) = 96+96+149=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #606095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606095 is #9F9F6A. Grayscale: #656565. Windows color (decimal): -10461035 or 9789536. OLE color: 9789536.

HSL color Cylindrical-coordinate representation of color #606095: hue angle of 240º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606095 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9696149-
CMYK0.360.3600.42
HSL240º21.63%48.04%-
HSV(B)240º35.57%58.43%-
XYZ14.4313.0230.19-
YUV102.04154.5123.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=28.15%
G=28.15%
B=43.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96961490.360.3600.4224021.6348.04
Hex606095242402Af01630
Octal14014022544440523602660
Binary110000011000001001010110010010010001010101111000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606095; }

 p { color: rgb(96,96,149); }

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

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

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

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

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

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

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