#605C94

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

Shades of Governor Bay #605C94

Tints of Governor Bay #605C94

Color information

#605C94 (or 0x605C94) is unknown color: approx Governor Bay. HEX triplet: 60, 5C and 94. RGB value is (96,92,148). Sum of RGB (Red+Green+Blue) = 96+92+148=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #605C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C94 is #9FA36B. Grayscale: #636363. Windows color (decimal): -10462060 or 9722976. OLE color: 9722976.

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

Color convert

RGB9692148-
CMYK0.350.3800.42
HSL244.29º23.33%47.06%-
HSV(B)244.29º37.84%58.04%-
XYZ1412.2829.65-
YUV99.58155.33125.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=28.57%
G=27.38%
B=44.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96921480.350.3800.42244.2923.3347.06
Hex605C94232602Af4172f
Octal14013422443460523642757
Binary110000010111001001010010001110011001010101111010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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