#616496

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

Shades of Governor Bay #616496

Tints of Governor Bay #616496

Color information

#616496 (or 0x616496) is unknown color: approx Governor Bay. HEX triplet: 61, 64 and 96. RGB value is (97,100,150). Sum of RGB (Red+Green+Blue) = 97+100+150=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #616496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616496 is #9E9B69. Grayscale: #686868. Windows color (decimal): -10394474 or 9856097. OLE color: 9856097.

HSL color Cylindrical-coordinate representation of color #616496: hue angle of 236.6º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616496 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97100150-
CMYK0.350.3300.41
HSL236.6º21.46%48.43%-
HSV(B)236.6º35.33%58.82%-
XYZ14.9913.8630.74-
YUV104.8153.51122.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=27.95%
G=28.82%
B=43.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971001500.350.3300.41236.621.4648.43
Hex6164962321029ed1530
Octal14114422643410513552560
Binary110000111001001001011010001110000101010011110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616496; }

 p { color: rgb(97,100,150); }

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

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

 a { background-color: rgb(97,100,150); }

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

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

 span { border-color: rgb(97,100,150); }

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