#616495

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

Shades of Governor Bay #616495

Tints of Governor Bay #616495

Color information

#616495 (or 0x616495) is unknown color: approx Governor Bay. HEX triplet: 61, 64 and 95. RGB value is (97,100,149). Sum of RGB (Red+Green+Blue) = 97+100+149=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #616495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616495 is #9E9B6A. Grayscale: #686868. Windows color (decimal): -10394475 or 9790561. OLE color: 9790561.

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

Color convert

RGB97100149-
CMYK0.350.3300.42
HSL236.54º21.14%48.24%-
HSV(B)236.54º34.9%58.43%-
XYZ14.9113.8330.32-
YUV104.69153.01122.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=28.03%
G=28.90%
B=43.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971001490.350.3300.42236.5421.1448.24
Hex616495232102Aed1530
Octal14114422543410523552560
Binary110000111001001001010110001110000101010101110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616495; }

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

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

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

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

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

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

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

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