#656DCD

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

Shades of Chetwode Blue #656DCD

Tints of Chetwode Blue #656DCD

Color information

#656DCD (or 0x656DCD) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and CD. RGB value is (101,109,205). Sum of RGB (Red+Green+Blue) = 101+109+205=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #656DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DCD is #9A9232. Grayscale: #757575. Windows color (decimal): -10129971 or 13462885. OLE color: 13462885.

HSL color Cylindrical-coordinate representation of color #656DCD: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656DCD is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101109205-
CMYK0.510.4700.20
HSL235.38º50.98%60%-
HSV(B)235.38º50.73%80.39%-
XYZ21.8518.1160.1-
YUV117.55177.35116.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=24.34%
G=26.27%
B=49.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011092050.510.4700.20235.3850.9860
Hex656DCD332F014eb333c
Octal14515531563570243536374
Binary110010111011011100110111001110111101010011101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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