#656C9B

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

Shades of Waikawa Grey #656C9B

Tints of Waikawa Grey #656C9B

Color information

#656C9B (or 0x656C9B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6C and 9B. RGB value is (101,108,155). Sum of RGB (Red+Green+Blue) = 101+108+155=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #656C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C9B is #9A9364. Grayscale: #6F6F6F. Windows color (decimal): -10130277 or 10185829. OLE color: 10185829.

HSL color Cylindrical-coordinate representation of color #656C9B: hue angle of 232.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656C9B is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101108155-
CMYK0.350.3000.39
HSL232.22º21.26%50.2%-
HSV(B)232.22º34.84%60.78%-
XYZ16.6515.8633.19-
YUV111.26152.68120.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=27.75%
G=29.67%
B=42.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011081550.350.3000.39232.2221.2650.2
Hex656C9B231E027e81532
Octal14515423343360473502562
Binary11001011101100100110111000111111001001111110100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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