#646AC5

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

Shades of Chetwode Blue #646AC5

Tints of Chetwode Blue #646AC5

Color information

#646AC5 (or 0x646AC5) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and C5. RGB value is (100,106,197). Sum of RGB (Red+Green+Blue) = 100+106+197=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #646AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AC5 is #9B953A. Grayscale: #727272. Windows color (decimal): -10196283 or 12937828. OLE color: 12937828.

HSL color Cylindrical-coordinate representation of color #646AC5: hue angle of 236.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #646AC5 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB100106197-
CMYK0.490.4600.23
HSL236.29º45.54%58.24%-
HSV(B)236.29º49.24%77.25%-
XYZ20.4917.0555.03-
YUV114.58174.51117.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=24.81%
G=26.30%
B=48.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001061970.490.4600.23236.2945.5458.24
Hex646AC5312E017ec2e3a
Octal14415230561560273545672
Binary110010011010101100010111000110111001011111101100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,106,197); }

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

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

 a { background-color: rgb(100,106,197); }

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

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

 span { border-color: rgb(100,106,197); }

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