#656AC1

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

Shades of Chetwode Blue #656AC1

Tints of Chetwode Blue #656AC1

Color information

#656AC1 (or 0x656AC1) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6A and C1. RGB value is (101,106,193). Sum of RGB (Red+Green+Blue) = 101+106+193=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #656AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656AC1 is #9A953E. Grayscale: #727272. Windows color (decimal): -10130751 or 12675685. OLE color: 12675685.

HSL color Cylindrical-coordinate representation of color #656AC1: hue angle of 236.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656AC1 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101106193-
CMYK0.480.4500.24
HSL236.74º42.59%57.65%-
HSV(B)236.74º47.67%75.69%-
XYZ20.1516.9352.66-
YUV114.42172.34118.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=25.25%
G=26.5%
B=48.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011061930.480.4500.24236.7442.5957.65
Hex656AC1302D018ed2b3a
Octal14515230160550303555372
Binary110010111010101100000111000010110101100011101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,106,193); }

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

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

 a { background-color: rgb(101,106,193); }

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

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

 span { border-color: rgb(101,106,193); }

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