#605B94

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

Shades of Governor Bay #605B94

Tints of Governor Bay #605B94

Color information

#605B94 (or 0x605B94) is unknown color: approx Governor Bay. HEX triplet: 60, 5B and 94. RGB value is (96,91,148). Sum of RGB (Red+Green+Blue) = 96+91+148=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #605B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B94 is #9FA46B. Grayscale: #626262. Windows color (decimal): -10462316 or 9722720. OLE color: 9722720.

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

Color convert

RGB9691148-
CMYK0.350.3900.42
HSL245.26º23.85%46.86%-
HSV(B)245.26º38.51%58.04%-
XYZ13.9112.1129.62-
YUV98.99155.66125.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=28.66%
G=27.16%
B=44.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96911480.350.3900.42245.2623.8546.86
Hex605B94232702Af5182f
Octal14013322443470523653057
Binary110000010110111001010010001110011101010101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,148); }

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

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

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

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

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

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

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