#656C9C

Color #656C9C Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #656C9C

Tints of Chetwode Blue #656C9C

Color information

#656C9C (or 0x656C9C) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and 9C. RGB value is (101,108,156). Sum of RGB (Red+Green+Blue) = 101+108+156=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #656C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C9C is #9A9363. Grayscale: #6F6F6F. Windows color (decimal): -10130276 or 10251365. OLE color: 10251365.

HSL color Cylindrical-coordinate representation of color #656C9C: hue angle of 232.36º degrees, saturation: 0.22, 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 #656C9C is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101108156-
CMYK0.350.3100.39
HSL232.36º21.74%50.39%-
HSV(B)232.36º35.26%61.18%-
XYZ16.7315.8933.64-
YUV111.38153.18120.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=27.67%
G=29.59%
B=42.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011081560.350.3100.39232.3621.7450.39
Hex656C9C231F027e81632
Octal14515423443370473502662
Binary11001011101100100111001000111111101001111110100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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