#616491

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

Shades of Governor Bay #616491

Tints of Governor Bay #616491

Color information

#616491 (or 0x616491) is unknown color: approx Governor Bay. HEX triplet: 61, 64 and 91. RGB value is (97,100,145). Sum of RGB (Red+Green+Blue) = 97+100+145=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #616491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616491 is #9E9B6E. Grayscale: #686868. Windows color (decimal): -10394479 or 9528417. OLE color: 9528417.

HSL color Cylindrical-coordinate representation of color #616491: hue angle of 236.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616491 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97100145-
CMYK0.330.3100.43
HSL236.25º19.83%47.45%-
HSV(B)236.25º33.1%56.86%-
XYZ14.613.728.66-
YUV104.23151.01122.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=28.36%
G=29.24%
B=42.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971001450.330.3100.43236.2519.8347.45
Hex616491211F02Bec142f
Octal14114422141370533542457
Binary11000011100100100100011000011111101010111110110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616491; }

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

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

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

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

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

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

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

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