#656B99

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

Shades of Waikawa Grey #656B99

Tints of Waikawa Grey #656B99

Color information

#656B99 (or 0x656B99) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6B and 99. RGB value is (101,107,153). Sum of RGB (Red+Green+Blue) = 101+107+153=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #656B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B99 is #9A9466. Grayscale: #6E6E6E. Windows color (decimal): -10130535 or 10054501. OLE color: 10054501.

HSL color Cylindrical-coordinate representation of color #656B99: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656B99 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB101107153-
CMYK0.340.3000.4
HSL233.08º20.47%49.8%-
HSV(B)233.08º33.99%60%-
XYZ16.3715.5832.28-
YUV110.45152.01121.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=27.98%
G=29.64%
B=42.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011071530.340.3000.4233.0820.4749.8
Hex656B99221E028e91432
Octal14515323142360503512462
Binary11001011101011100110011000101111001010001110100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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