#616EA0

Color #616EA0 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #616EA0

Tints of Waikawa Grey #616EA0

Color information

#616EA0 (or 0x616EA0) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6E and A0. RGB value is (97,110,160). Sum of RGB (Red+Green+Blue) = 97+110+160=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #616EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616EA0 is #9E915F. Grayscale: #6F6F6F. Windows color (decimal): -10391904 or 10514017. OLE color: 10514017.

HSL color Cylindrical-coordinate representation of color #616EA0: hue angle of 227.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #616EA0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97110160-
CMYK0.390.3100.37
HSL227.62º24.9%50.39%-
HSV(B)227.62º39.38%62.75%-
XYZ16.8516.2335.5-
YUV111.81155.19117.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=26.43%
G=29.97%
B=43.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971101600.390.3100.37227.6224.950.39
Hex616EA0271F025e41932
Octal14115624047370453443162
Binary11000011101110101000001001111111101001011110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616EA0; }

 p { color: rgb(97,110,160); }

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

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

 a { background-color: rgb(97,110,160); }

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

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

 span { border-color: rgb(97,110,160); }

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