#606193

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

Shades of Governor Bay #606193

Tints of Governor Bay #606193

Color information

#606193 (or 0x606193) is unknown color: approx Governor Bay. HEX triplet: 60, 61 and 93. RGB value is (96,97,147). Sum of RGB (Red+Green+Blue) = 96+97+147=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #606193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606193 is #9F9E6C. Grayscale: #666666. Windows color (decimal): -10460781 or 9658720. OLE color: 9658720.

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

Color convert

RGB9697147-
CMYK0.350.3400.42
HSL238.82º20.99%47.65%-
HSV(B)238.82º34.69%57.65%-
XYZ14.3713.1429.38-
YUV102.4153.17123.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=28.24%
G=28.53%
B=43.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96971470.350.3400.42238.8220.9947.65
Hex606193232202Aef1530
Octal14014122343420523572560
Binary110000011000011001001110001110001001010101110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606193; }

 p { color: rgb(96,97,147); }

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

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

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

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

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

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

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