#656DC0

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

Shades of Chetwode Blue #656DC0

Tints of Chetwode Blue #656DC0

Color information

#656DC0 (or 0x656DC0) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and C0. RGB value is (101,109,192). Sum of RGB (Red+Green+Blue) = 101+109+192=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #656DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DC0 is #9A923F. Grayscale: #737373. Windows color (decimal): -10129984 or 12610917. OLE color: 12610917.

HSL color Cylindrical-coordinate representation of color #656DC0: hue angle of 234.73º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656DC0 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101109192-
CMYK0.470.4300.25
HSL234.73º41.94%57.45%-
HSV(B)234.73º47.4%75.29%-
XYZ20.3517.5152.18-
YUV116.07170.85117.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=25.12%
G=27.11%
B=47.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011091920.470.4300.25234.7341.9457.45
Hex656DC02F2B019eb2a39
Octal14515530057530313535271
Binary110010111011011100000010111110101101100111101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,109,192); }

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

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

 a { background-color: rgb(101,109,192); }

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

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

 span { border-color: rgb(101,109,192); }

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