#656C9A

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

Shades of Waikawa Grey #656C9A

Tints of Waikawa Grey #656C9A

Color information

#656C9A (or 0x656C9A) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6C and 9A. RGB value is (101,108,154). Sum of RGB (Red+Green+Blue) = 101+108+154=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #656C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C9A is #9A9365. Grayscale: #6E6E6E. Windows color (decimal): -10130278 or 10120293. OLE color: 10120293.

HSL color Cylindrical-coordinate representation of color #656C9A: hue angle of 232.08º degrees, saturation: 0.21, 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 #656C9A is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101108154-
CMYK0.340.3000.40
HSL232.08º20.78%50%-
HSV(B)232.08º34.42%60.39%-
XYZ16.5615.8232.75-
YUV111.15152.18120.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=27.82%
G=29.75%
B=42.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011081540.340.3000.40232.0820.7850
Hex656C9A221E028e81532
Octal14515423242360503502562
Binary11001011101100100110101000101111001010001110100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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