#656FAC

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

Shades of Chetwode Blue #656FAC

Tints of Chetwode Blue #656FAC

Color information

#656FAC (or 0x656FAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and AC. RGB value is (101,111,172). Sum of RGB (Red+Green+Blue) = 101+111+172=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #656FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FAC is #9A9053. Grayscale: #727272. Windows color (decimal): -10129492 or 11300709. OLE color: 11300709.

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

Color convert

RGB101111172-
CMYK0.410.3500.33
HSL231.55º29.96%53.53%-
HSV(B)231.55º41.28%67.45%-
XYZ18.517.1141.36-
YUV114.96160.19118.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=26.30%
G=28.91%
B=44.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011111720.410.3500.33231.5529.9653.53
Hex656FAC2923021e81e36
Octal14515725451430413503666
Binary110010111011111010110010100110001101000011110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,172); }

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

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

 a { background-color: rgb(101,111,172); }

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

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

 span { border-color: rgb(101,111,172); }

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