#616886

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

Shades of Waikawa Grey #616886

Tints of Waikawa Grey #616886

Color information

#616886 (or 0x616886) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 86. RGB value is (97,104,134). Sum of RGB (Red+Green+Blue) = 97+104+134=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #616886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616886 is #9E9779. Grayscale: #696969. Windows color (decimal): -10393466 or 8808545. OLE color: 8808545.

HSL color Cylindrical-coordinate representation of color #616886: hue angle of 228.65º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616886 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97104134-
CMYK0.280.2200.47
HSL228.65º16.02%45.29%-
HSV(B)228.65º27.61%52.55%-
XYZ14.1814.1624.54-
YUV105.33144.18122.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 134 (52.73% from 255) = 40%
R=28.96%
G=31.04%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971041340.280.2200.47228.6516.0245.29
Hex6168861C1602Fe5102d
Octal14115020634260573452055
Binary1100001110100010000110111001011001011111110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616886; }

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

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

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

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

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

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

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

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