#646FCA

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

Shades of Chetwode Blue #646FCA

Tints of Chetwode Blue #646FCA

Color information

#646FCA (or 0x646FCA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and CA. RGB value is (100,111,202). Sum of RGB (Red+Green+Blue) = 100+111+202=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #646FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FCA is #9B9035. Grayscale: #757575. Windows color (decimal): -10194998 or 13266788. OLE color: 13266788.

HSL color Cylindrical-coordinate representation of color #646FCA: hue angle of 233.53º 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 #646FCA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100111202-
CMYK0.500.4500.21
HSL233.53º49.04%59.22%-
HSV(B)233.53º50.5%79.22%-
XYZ21.618.3458.28-
YUV118.08175.36115.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=24.21%
G=26.88%
B=48.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001112020.500.4500.21233.5349.0459.22
Hex646FCA322D015ea313b
Octal14415731262550253526173
Binary110010011011111100101011001010110101010111101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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