#606393

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

Shades of Governor Bay #606393

Tints of Governor Bay #606393

Color information

#606393 (or 0x606393) is unknown color: approx Governor Bay. HEX triplet: 60, 63 and 93. RGB value is (96,99,147). Sum of RGB (Red+Green+Blue) = 96+99+147=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #606393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606393 is #9F9C6C. Grayscale: #676767. Windows color (decimal): -10460269 or 9659232. OLE color: 9659232.

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

Color convert

RGB9699147-
CMYK0.350.3300.42
HSL236.47º20.99%47.65%-
HSV(B)236.47º34.69%57.65%-
XYZ14.5513.5229.45-
YUV103.58152.51122.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=28.07%
G=28.95%
B=42.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96991470.350.3300.42236.4720.9947.65
Hex606393232102Aec1530
Octal14014322343410523542560
Binary110000011000111001001110001110000101010101110110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606393; }

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

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

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

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

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

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

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

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