#656B8B

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

Shades of Waikawa Grey #656B8B

Tints of Waikawa Grey #656B8B

Color information

#656B8B (or 0x656B8B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6B and 8B. RGB value is (101,107,139). Sum of RGB (Red+Green+Blue) = 101+107+139=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #656B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B8B is #9A9474. Grayscale: #6C6C6C. Windows color (decimal): -10130549 or 9136997. OLE color: 9136997.

HSL color Cylindrical-coordinate representation of color #656B8B: hue angle of 230.53º 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 #656B8B is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101107139-
CMYK0.270.2300.45
HSL230.53º15.83%47.06%-
HSV(B)230.53º27.34%54.51%-
XYZ15.2815.1526.54-
YUV108.85145.01122.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=29.11%
G=30.84%
B=40.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011071390.270.2300.45230.5315.8347.06
Hex656B8B1B1702De7102f
Octal14515321333270553472057
Binary1100101110101110001011110111011101011011110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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