#606093

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

Shades of Governor Bay #606093

Tints of Governor Bay #606093

Color information

#606093 (or 0x606093) is unknown color: approx Governor Bay. HEX triplet: 60, 60 and 93. RGB value is (96,96,147). Sum of RGB (Red+Green+Blue) = 96+96+147=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #606093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606093 is #9F9F6C. Grayscale: #656565. Windows color (decimal): -10461037 or 9658464. OLE color: 9658464.

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

Color convert

RGB9696147-
CMYK0.350.3500.42
HSL240º20.99%47.65%-
HSV(B)240º34.69%57.65%-
XYZ14.2712.9629.35-
YUV101.81153.5123.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=28.32%
G=28.32%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96961470.350.3500.4224020.9947.65
Hex606093232302Af01530
Octal14014022343430523602560
Binary110000011000001001001110001110001101010101111000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606093; }

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

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

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

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

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

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

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

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