#616597

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

Shades of Governor Bay #616597

Tints of Governor Bay #616597

Color information

#616597 (or 0x616597) is unknown color: approx Governor Bay. HEX triplet: 61, 65 and 97. RGB value is (97,101,151). Sum of RGB (Red+Green+Blue) = 97+101+151=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #616597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616597 is #9E9A68. Grayscale: #696969. Windows color (decimal): -10394217 or 9921889. OLE color: 9921889.

HSL color Cylindrical-coordinate representation of color #616597: hue angle of 235.56º 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 #616597 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97101151-
CMYK0.360.3300.41
HSL235.56º21.77%48.63%-
HSV(B)235.56º35.76%59.22%-
XYZ15.1714.0831.2-
YUV105.5153.67121.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=27.79%
G=28.94%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971011510.360.3300.41235.5621.7748.63
Hex6165972421029ec1631
Octal14114522744410513542661
Binary110000111001011001011110010010000101010011110110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616597; }

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

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

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

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

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

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

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

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