#656CAA

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

Shades of Chetwode Blue #656CAA

Tints of Chetwode Blue #656CAA

Color information

#656CAA (or 0x656CAA) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and AA. RGB value is (101,108,170). Sum of RGB (Red+Green+Blue) = 101+108+170=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #656CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CAA is #9A9355. Grayscale: #707070. Windows color (decimal): -10130262 or 11168869. OLE color: 11168869.

HSL color Cylindrical-coordinate representation of color #656CAA: hue angle of 233.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656CAA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101108170-
CMYK0.410.3600.33
HSL233.91º28.87%53.14%-
HSV(B)233.91º40.59%66.67%-
XYZ17.9916.3940.25-
YUV112.98160.18119.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=26.65%
G=28.50%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011081700.410.3600.33233.9128.8753.14
Hex656CAA2924021ea1d35
Octal14515425251440413523565
Binary110010111011001010101010100110010001000011110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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