#606293

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

Shades of Governor Bay #606293

Tints of Governor Bay #606293

Color information

#606293 (or 0x606293) is unknown color: approx Governor Bay. HEX triplet: 60, 62 and 93. RGB value is (96,98,147). Sum of RGB (Red+Green+Blue) = 96+98+147=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #606293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606293 is #9F9D6C. Grayscale: #666666. Windows color (decimal): -10460525 or 9658976. OLE color: 9658976.

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

Color convert

RGB9698147-
CMYK0.350.3300.42
HSL237.65º20.99%47.65%-
HSV(B)237.65º34.69%57.65%-
XYZ14.4613.3329.41-
YUV102.99152.84123.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=28.15%
G=28.74%
B=43.11%

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
Decimal96981470.350.3300.42237.6520.9947.65
Hex606293232102Aee1530
Octal14014222343410523562560
Binary110000011000101001001110001110000101010101110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606293; }

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

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

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

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

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

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

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

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