#606295

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

Shades of Governor Bay #606295

Tints of Governor Bay #606295

Color information

#606295 (or 0x606295) is unknown color: approx Governor Bay. HEX triplet: 60, 62 and 95. RGB value is (96,98,149). Sum of RGB (Red+Green+Blue) = 96+98+149=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #606295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606295 is #9F9D6A. Grayscale: #676767. Windows color (decimal): -10460523 or 9790048. OLE color: 9790048.

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

Color convert

RGB9698149-
CMYK0.360.3400.42
HSL237.74º21.63%48.04%-
HSV(B)237.74º35.57%58.43%-
XYZ14.6213.3930.25-
YUV103.22153.84122.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=27.99%
G=28.57%
B=43.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96981490.360.3400.42237.7421.6348.04
Hex606295242202Aee1630
Octal14014222544420523562660
Binary110000011000101001010110010010001001010101110111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606295; }

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

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

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

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

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

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

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

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