#605F92

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

Shades of Governor Bay #605F92

Tints of Governor Bay #605F92

Color information

#605F92 (or 0x605F92) is unknown color: approx Governor Bay. HEX triplet: 60, 5F and 92. RGB value is (96,95,146). Sum of RGB (Red+Green+Blue) = 96+95+146=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #605F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F92 is #9FA06D. Grayscale: #646464. Windows color (decimal): -10461294 or 9592672. OLE color: 9592672.

HSL color Cylindrical-coordinate representation of color #605F92: hue angle of 241.18º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #605F92 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9695146-
CMYK0.340.3500.43
HSL241.18º21.16%47.25%-
HSV(B)241.18º34.93%57.25%-
XYZ14.112.7528.91-
YUV101.11153.33124.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=28.49%
G=28.19%
B=43.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96951460.340.3500.43241.1821.1647.25
Hex605F92222302Bf1152f
Octal14013722242430533612557
Binary110000010111111001001010001010001101010111111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,146); }

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

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

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

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

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

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

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