#605E93

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

Shades of Governor Bay #605E93

Tints of Governor Bay #605E93

Color information

#605E93 (or 0x605E93) is unknown color: approx Governor Bay. HEX triplet: 60, 5E and 93. RGB value is (96,94,147). Sum of RGB (Red+Green+Blue) = 96+94+147=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #605E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605E93 is #9FA16C. Grayscale: #646464. Windows color (decimal): -10461549 or 9657952. OLE color: 9657952.

HSL color Cylindrical-coordinate representation of color #605E93: hue angle of 242.26º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605E93 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9694147-
CMYK0.350.3600.42
HSL242.26º21.99%47.25%-
HSV(B)242.26º36.05%57.65%-
XYZ14.0912.629.29-
YUV100.64154.16124.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=28.49%
G=27.89%
B=43.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96941470.350.3600.42242.2621.9947.25
Hex605E93232402Af2162f
Octal14013622343440523622657
Binary110000010111101001001110001110010001010101111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E93; }

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

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

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

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

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

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

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

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