#656E84

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

Shades of Waikawa Grey #656E84

Tints of Waikawa Grey #656E84

Color information

#656E84 (or 0x656E84) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6E and 84. RGB value is (101,110,132). Sum of RGB (Red+Green+Blue) = 101+110+132=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #656E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E84 is #9A917B. Grayscale: #6D6D6D. Windows color (decimal): -10129788 or 8679013. OLE color: 8679013.

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

Color convert

RGB101110132-
CMYK0.230.1700.48
HSL222.58º13.3%45.69%-
HSV(B)222.58º23.48%51.76%-
XYZ15.1115.5824.04-
YUV109.82140.52121.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=29.45%
G=32.07%
B=38.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011101320.230.1700.48222.5813.345.69
Hex656E841711030dfd2e
Octal14515620427210603371556
Binary110010111011101000010010111100010110000110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656E84; }

 p { color: rgb(101,110,132); }

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

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

 a { background-color: rgb(101,110,132); }

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

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

 span { border-color: rgb(101,110,132); }

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