#656A8B

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

Shades of Waikawa Grey #656A8B

Tints of Waikawa Grey #656A8B

Color information

#656A8B (or 0x656A8B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6A and 8B. RGB value is (101,106,139). Sum of RGB (Red+Green+Blue) = 101+106+139=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #656A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A8B is #9A9574. Grayscale: #6C6C6C. Windows color (decimal): -10130805 or 9136741. OLE color: 9136741.

HSL color Cylindrical-coordinate representation of color #656A8B: hue angle of 232.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656A8B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101106139-
CMYK0.270.2400.45
HSL232.11º15.83%47.06%-
HSV(B)232.11º27.34%54.51%-
XYZ15.1814.9426.51-
YUV108.27145.34122.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=29.19%
G=30.64%
B=40.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011061390.270.2400.45232.1115.8347.06
Hex656A8B1B1802De8102f
Octal14515221333300553502057
Binary1100101110101010001011110111100001011011110100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,106,139); }

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

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

 a { background-color: rgb(101,106,139); }

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

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

 span { border-color: rgb(101,106,139); }

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