#656F87

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

Shades of Waikawa Grey #656F87

Tints of Waikawa Grey #656F87

Color information

#656F87 (or 0x656F87) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6F and 87. RGB value is (101,111,135). Sum of RGB (Red+Green+Blue) = 101+111+135=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #656F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F87 is #9A9078. Grayscale: #6E6E6E. Windows color (decimal): -10129529 or 8875877. OLE color: 8875877.

HSL color Cylindrical-coordinate representation of color #656F87: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656F87 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101111135-
CMYK0.250.1800.47
HSL222.35º14.41%46.27%-
HSV(B)222.35º25.19%52.94%-
XYZ15.4215.8825.17-
YUV110.75141.69121.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=29.11%
G=31.99%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011111350.250.1800.47222.3514.4146.27
Hex656F87191202Fdee2e
Octal14515720731220573361656
Binary110010111011111000011111001100100101111110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,135); }

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

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

 a { background-color: rgb(101,111,135); }

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

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

 span { border-color: rgb(101,111,135); }

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