#616594

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

Shades of Governor Bay #616594

Tints of Governor Bay #616594

Color information

#616594 (or 0x616594) is unknown color: approx Governor Bay. HEX triplet: 61, 65 and 94. RGB value is (97,101,148). Sum of RGB (Red+Green+Blue) = 97+101+148=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #616594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616594 is #9E9A6B. Grayscale: #686868. Windows color (decimal): -10394220 or 9725281. OLE color: 9725281.

HSL color Cylindrical-coordinate representation of color #616594: hue angle of 235.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616594 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97101148-
CMYK0.340.3200.42
HSL235.29º20.82%48.04%-
HSV(B)235.29º34.46%58.04%-
XYZ14.9313.9929.93-
YUV105.16152.17122.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=28.03%
G=29.19%
B=42.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971011480.340.3200.42235.2920.8248.04
Hex616594222002Aeb1530
Octal14114522442400523532560
Binary110000111001011001010010001010000001010101110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616594; }

 p { color: rgb(97,101,148); }

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

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

 a { background-color: rgb(97,101,148); }

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

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

 span { border-color: rgb(97,101,148); }

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