#616E89

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

Shades of Waikawa Grey #616E89

Tints of Waikawa Grey #616E89

Color information

#616E89 (or 0x616E89) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6E and 89. RGB value is (97,110,137). Sum of RGB (Red+Green+Blue) = 97+110+137=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #616E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E89 is #9E9176. Grayscale: #6D6D6D. Windows color (decimal): -10391927 or 9006689. OLE color: 9006689.

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

Color convert

RGB97110137-
CMYK0.290.2000.46
HSL220.5º17.09%45.88%-
HSV(B)220.5º29.2%53.73%-
XYZ15.0215.525.87-
YUV109.19143.69119.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=28.20%
G=31.98%
B=39.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971101370.290.2000.46220.517.0945.88
Hex616E891D1402Edc112e
Octal14115621135240563342156
Binary1100001110111010001001111011010001011101101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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