#656BAC

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

Shades of Chetwode Blue #656BAC

Tints of Chetwode Blue #656BAC

Color information

#656BAC (or 0x656BAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6B and AC. RGB value is (101,107,172). Sum of RGB (Red+Green+Blue) = 101+107+172=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #656BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BAC is #9A9453. Grayscale: #707070. Windows color (decimal): -10130516 or 11299685. OLE color: 11299685.

HSL color Cylindrical-coordinate representation of color #656BAC: hue angle of 234.93º 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 #656BAC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101107172-
CMYK0.410.3800.33
HSL234.93º29.96%53.53%-
HSV(B)234.93º41.28%67.45%-
XYZ18.0716.2641.22-
YUV112.62161.51119.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=26.58%
G=28.16%
B=45.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011071720.410.3800.33234.9329.9653.53
Hex656BAC2926021eb1e36
Octal14515325451460413533666
Binary110010111010111010110010100110011001000011110101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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