#616297

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

Shades of Governor Bay #616297

Tints of Governor Bay #616297

Color information

#616297 (or 0x616297) is unknown color: approx Governor Bay. HEX triplet: 61, 62 and 97. RGB value is (97,98,151). Sum of RGB (Red+Green+Blue) = 97+98+151=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #616297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616297 is #9E9D68. Grayscale: #676767. Windows color (decimal): -10394985 or 9921121. OLE color: 9921121.

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

Color convert

RGB9798151-
CMYK0.360.3500.41
HSL238.89º21.77%48.63%-
HSV(B)238.89º35.76%59.22%-
XYZ14.8813.5131.1-
YUV103.74154.67123.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=28.03%
G=28.32%
B=43.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97981510.360.3500.41238.8921.7748.63
Hex6162972423029ef1631
Octal14114222744430513572661
Binary110000111000101001011110010010001101010011110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616297; }

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

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

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

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

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

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

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

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