#616889

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

Shades of Waikawa Grey #616889

Tints of Waikawa Grey #616889

Color information

#616889 (or 0x616889) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 89. RGB value is (97,104,137). Sum of RGB (Red+Green+Blue) = 97+104+137=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #616889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616889 is #9E9776. Grayscale: #696969. Windows color (decimal): -10393463 or 9005153. OLE color: 9005153.

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

Color convert

RGB97104137-
CMYK0.290.2400.46
HSL229.5º17.09%45.88%-
HSV(B)229.5º29.2%53.73%-
XYZ14.414.2525.66-
YUV105.67145.68121.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=28.70%
G=30.77%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971041370.290.2400.46229.517.0945.88
Hex6168891D1802Ee6112e
Octal14115021135300563462156
Binary1100001110100010001001111011100001011101110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616889; }

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

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

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

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

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

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

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

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