#656C87

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

Shades of Waikawa Grey #656C87

Tints of Waikawa Grey #656C87

Color information

#656C87 (or 0x656C87) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6C and 87. RGB value is (101,108,135). Sum of RGB (Red+Green+Blue) = 101+108+135=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #656C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C87 is #9A9378. Grayscale: #6C6C6C. Windows color (decimal): -10130297 or 8875109. OLE color: 8875109.

HSL color Cylindrical-coordinate representation of color #656C87: hue angle of 227.65º 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 #656C87 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101108135-
CMYK0.250.200.47
HSL227.65º14.41%46.27%-
HSV(B)227.65º25.19%52.94%-
XYZ15.115.2425.07-
YUV108.98142.68122.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=29.36%
G=31.40%
B=39.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011081350.250.200.47227.6514.4146.27
Hex656C87191402Fe4e2e
Octal14515420731240573441656
Binary110010111011001000011111001101000101111111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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