#646EAD

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

Shades of Chetwode Blue #646EAD

Tints of Chetwode Blue #646EAD

Color information

#646EAD (or 0x646EAD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and AD. RGB value is (100,110,173). Sum of RGB (Red+Green+Blue) = 100+110+173=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #646EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646EAD is #9B9152. Grayscale: #717171. Windows color (decimal): -10195283 or 11365988. OLE color: 11365988.

HSL color Cylindrical-coordinate representation of color #646EAD: hue angle of 231.78º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #646EAD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100110173-
CMYK0.420.3600.32
HSL231.78º30.8%53.53%-
HSV(B)231.78º42.2%67.84%-
XYZ18.3716.8841.82-
YUV114.19161.19117.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=26.11%
G=28.72%
B=45.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001101730.420.3600.32231.7830.853.53
Hex646EAD2A24020e81f36
Octal14415625552440403503766
Binary110010011011101010110110101010010001000001110100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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