#646ECC

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

Shades of Chetwode Blue #646ECC

Tints of Chetwode Blue #646ECC

Color information

#646ECC (or 0x646ECC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and CC. RGB value is (100,110,204). Sum of RGB (Red+Green+Blue) = 100+110+204=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 110 (43.36% from 255 or 26.57% 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 #646ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ECC is #9B9133. Grayscale: #757575. Windows color (decimal): -10195252 or 13397604. OLE color: 13397604.

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

Color convert

RGB100110204-
CMYK0.510.4600.2
HSL234.23º50.49%59.61%-
HSV(B)234.23º50.98%80%-
XYZ21.7318.2259.5-
YUV117.73176.69115.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=24.15%
G=26.57%
B=49.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001102040.510.4600.2234.2350.4959.61
Hex646ECC332E014ea323c
Octal14415631463560243526274
Binary110010011011101100110011001110111001010011101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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