#646DCA

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

Shades of Chetwode Blue #646DCA

Tints of Chetwode Blue #646DCA

Color information

#646DCA (or 0x646DCA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and CA. RGB value is (100,109,202). Sum of RGB (Red+Green+Blue) = 100+109+202=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #646DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DCA is #9B9235. Grayscale: #747474. Windows color (decimal): -10195510 or 13266276. OLE color: 13266276.

HSL color Cylindrical-coordinate representation of color #646DCA: hue angle of 234.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #646DCA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100109202-
CMYK0.500.4600.21
HSL234.71º49.04%59.22%-
HSV(B)234.71º50.5%79.22%-
XYZ21.3817.9158.21-
YUV116.91176.02115.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=24.33%
G=26.52%
B=49.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001092020.500.4600.21234.7149.0459.22
Hex646DCA322E015eb313b
Octal14415531262560253536173
Binary110010011011011100101011001010111001010111101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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