#616FA0

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

Shades of Waikawa Grey #616FA0

Tints of Waikawa Grey #616FA0

Color information

#616FA0 (or 0x616FA0) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and A0. RGB value is (97,111,160). Sum of RGB (Red+Green+Blue) = 97+111+160=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #616FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FA0 is #9E905F. Grayscale: #707070. Windows color (decimal): -10391648 or 10514273. OLE color: 10514273.

HSL color Cylindrical-coordinate representation of color #616FA0: hue angle of 226.67º 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 #616FA0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97111160-
CMYK0.390.3100.37
HSL226.67º24.9%50.39%-
HSV(B)226.67º39.38%62.75%-
XYZ16.9616.4535.54-
YUV112.4154.86117.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=26.36%
G=30.16%
B=43.48%

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
Decimal971111600.390.3100.37226.6724.950.39
Hex616FA0271F025e31932
Octal14115724047370453433162
Binary11000011101111101000001001111111101001011110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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