#656DCC

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

Shades of Chetwode Blue #656DCC

Tints of Chetwode Blue #656DCC

Color information

#656DCC (or 0x656DCC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and CC. RGB value is (101,109,204). Sum of RGB (Red+Green+Blue) = 101+109+204=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #656DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DCC is #9A9233. Grayscale: #757575. Windows color (decimal): -10129972 or 13397349. OLE color: 13397349.

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

Color convert

RGB101109204-
CMYK0.500.4700.2
HSL235.34º50.24%59.8%-
HSV(B)235.34º50.49%80%-
XYZ21.7318.0659.47-
YUV117.44176.85116.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=24.40%
G=26.33%
B=49.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011092040.500.4700.2235.3450.2459.8
Hex656DCC322F014eb323c
Octal14515531462570243536274
Binary110010111011011100110011001010111101010011101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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