#616697

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

Shades of Governor Bay #616697

Tints of Governor Bay #616697

Color information

#616697 (or 0x616697) is unknown color: approx Governor Bay. HEX triplet: 61, 66 and 97. RGB value is (97,102,151). Sum of RGB (Red+Green+Blue) = 97+102+151=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #616697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616697 is #9E9968. Grayscale: #696969. Windows color (decimal): -10393961 or 9922145. OLE color: 9922145.

HSL color Cylindrical-coordinate representation of color #616697: hue angle of 234.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616697 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97102151-
CMYK0.360.3200.41
HSL234.44º21.77%48.63%-
HSV(B)234.44º35.76%59.22%-
XYZ15.2714.2831.23-
YUV106.09153.34121.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=27.71%
G=29.14%
B=43.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971021510.360.3200.41234.4421.7748.63
Hex6166972420029ea1631
Octal14114622744400513522661
Binary110000111001101001011110010010000001010011110101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616697; }

 p { color: rgb(97,102,151); }

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

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

 a { background-color: rgb(97,102,151); }

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

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

 span { border-color: rgb(97,102,151); }

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