#616A84

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

Shades of Waikawa Grey #616A84

Tints of Waikawa Grey #616A84

Color information

#616A84 (or 0x616A84) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6A and 84. RGB value is (97,106,132). Sum of RGB (Red+Green+Blue) = 97+106+132=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #616A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A84 is #9E957B. Grayscale: #6A6A6A. Windows color (decimal): -10392956 or 8677985. OLE color: 8677985.

HSL color Cylindrical-coordinate representation of color #616A84: hue angle of 224.57º 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 #616A84 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97106132-
CMYK0.270.2000.48
HSL224.57º15.28%44.9%-
HSV(B)224.57º26.52%51.76%-
XYZ14.2514.5223.88-
YUV106.27142.52121.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=28.96%
G=31.64%
B=39.40%

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
Decimal971061320.270.2000.48224.5715.2844.9
Hex616A841B14030e1f2d
Octal14115220433240603411755
Binary110000111010101000010011011101000110000111000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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