#616984

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

Shades of Waikawa Grey #616984

Tints of Waikawa Grey #616984

Color information

#616984 (or 0x616984) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 84. RGB value is (97,105,132). Sum of RGB (Red+Green+Blue) = 97+105+132=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #616984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616984 is #9E967B. Grayscale: #696969. Windows color (decimal): -10393212 or 8677729. OLE color: 8677729.

HSL color Cylindrical-coordinate representation of color #616984: hue angle of 226.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616984 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97105132-
CMYK0.270.2000.48
HSL226.29º15.28%44.9%-
HSV(B)226.29º26.52%51.76%-
XYZ14.1514.3123.85-
YUV105.69142.85121.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=29.04%
G=31.44%
B=39.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971051320.270.2000.48226.2915.2844.9
Hex6169841B14030e2f2d
Octal14115120433240603421755
Binary110000111010011000010011011101000110000111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616984; }

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

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

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

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

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

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

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

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