#616FA1

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

Shades of Waikawa Grey #616FA1

Tints of Waikawa Grey #616FA1

Color information

#616FA1 (or 0x616FA1) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and A1. RGB value is (97,111,161). Sum of RGB (Red+Green+Blue) = 97+111+161=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #616FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FA1 is #9E905E. Grayscale: #707070. Windows color (decimal): -10391647 or 10579809. OLE color: 10579809.

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

Color convert

RGB97111161-
CMYK0.400.3100.37
HSL226.88º25.4%50.59%-
HSV(B)226.88º39.75%63.14%-
XYZ17.0516.4836-
YUV112.51155.36116.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=26.29%
G=30.08%
B=43.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971111610.400.3100.37226.8825.450.59
Hex616FA1281F025e31933
Octal14115724150370453433163
Binary11000011101111101000011010001111101001011110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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