#616689

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

Shades of Waikawa Grey #616689

Tints of Waikawa Grey #616689

Color information

#616689 (or 0x616689) is unknown color: approx Waikawa Grey. HEX triplet: 61, 66 and 89. RGB value is (97,102,137). Sum of RGB (Red+Green+Blue) = 97+102+137=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #616689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616689 is #9E9976. Grayscale: #686868. Windows color (decimal): -10393975 or 9004641. OLE color: 9004641.

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

Color convert

RGB97102137-
CMYK0.290.2600.46
HSL232.5º17.09%45.88%-
HSV(B)232.5º29.2%53.73%-
XYZ14.213.8525.59-
YUV104.49146.34122.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=28.87%
G=30.36%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971021370.290.2600.46232.517.0945.88
Hex6166891D1A02Ee8112e
Octal14114621135320563502156
Binary1100001110011010001001111011101001011101110100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616689; }

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

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

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

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

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

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

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

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