#616981

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

Shades of Waikawa Grey #616981

Tints of Waikawa Grey #616981

Color information

#616981 (or 0x616981) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 81. RGB value is (97,105,129). Sum of RGB (Red+Green+Blue) = 97+105+129=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #616981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616981 is #9E967E. Grayscale: #696969. Windows color (decimal): -10393215 or 8481121. OLE color: 8481121.

HSL color Cylindrical-coordinate representation of color #616981: hue angle of 225º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616981 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97105129-
CMYK0.250.1900.49
HSL225º14.16%44.31%-
HSV(B)225º24.81%50.59%-
XYZ13.9414.2322.78-
YUV105.34141.35122.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=29.31%
G=31.72%
B=38.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971051290.250.1900.4922514.1644.31
Hex6169811913031e1e2c
Octal14115120131230613411654
Binary110000111010011000000111001100110110001111000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616981; }

 p { color: rgb(97,105,129); }

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

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

 a { background-color: rgb(97,105,129); }

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

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

 span { border-color: rgb(97,105,129); }

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