#616989

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

Shades of Waikawa Grey #616989

Tints of Waikawa Grey #616989

Color information

#616989 (or 0x616989) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 89. RGB value is (97,105,137). Sum of RGB (Red+Green+Blue) = 97+105+137=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #616989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616989 is #9E9676. Grayscale: #6A6A6A. Windows color (decimal): -10393207 or 9005409. OLE color: 9005409.

HSL color Cylindrical-coordinate representation of color #616989: hue angle of 228º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616989 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97105137-
CMYK0.290.2300.46
HSL228º17.09%45.88%-
HSV(B)228º29.2%53.73%-
XYZ14.514.4525.69-
YUV106.26145.35121.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=28.61%
G=30.97%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971051370.290.2300.4622817.0945.88
Hex6169891D1702Ee4112e
Octal14115121135270563442156
Binary1100001110100110001001111011011101011101110010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616989; }

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

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

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

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

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

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

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

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