#646ECD

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

Shades of Chetwode Blue #646ECD

Tints of Chetwode Blue #646ECD

Color information

#646ECD (or 0x646ECD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and CD. RGB value is (100,110,205). Sum of RGB (Red+Green+Blue) = 100+110+205=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 110 (43.36% from 255 or 26.51% 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 #646ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ECD is #9B9132. Grayscale: #757575. Windows color (decimal): -10195251 or 13463140. OLE color: 13463140.

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

Color convert

RGB100110205-
CMYK0.510.4600.20
HSL234.29º51.22%59.8%-
HSV(B)234.29º51.22%80.39%-
XYZ21.8518.2760.13-
YUV117.84177.19115.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=24.10%
G=26.51%
B=49.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001102050.510.4600.20234.2951.2259.8
Hex646ECD332E014ea333c
Octal14415631563560243526374
Binary110010011011101100110111001110111001010011101010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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