#646DCD

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

Shades of Chetwode Blue #646DCD

Tints of Chetwode Blue #646DCD

Color information

#646DCD (or 0x646DCD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and CD. RGB value is (100,109,205). Sum of RGB (Red+Green+Blue) = 100+109+205=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #646DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DCD is #9B9232. Grayscale: #747474. Windows color (decimal): -10195507 or 13462884. OLE color: 13462884.

HSL color Cylindrical-coordinate representation of color #646DCD: hue angle of 234.86º 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 #646DCD is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100109205-
CMYK0.510.4700.20
HSL234.86º51.22%59.8%-
HSV(B)234.86º51.22%80.39%-
XYZ21.7418.0560.1-
YUV117.25177.52115.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=24.15%
G=26.33%
B=49.52%

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
Decimal1001092050.510.4700.20234.8651.2259.8
Hex646DCD332F014eb333c
Octal14415531563570243536374
Binary110010011011011100110111001110111101010011101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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