#646DDD

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

Shades of Slate Blue #646DDD

Tints of Slate Blue #646DDD

Color information

#646DDD (or 0x646DDD) is unknown color: approx Slate Blue. HEX triplet: 64, 6D and DD. RGB value is (100,109,221). Sum of RGB (Red+Green+Blue) = 100+109+221=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #646DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DDD is #9B9222. Grayscale: #767676. Windows color (decimal): -10195491 or 14511460. OLE color: 14511460.

HSL color Cylindrical-coordinate representation of color #646DDD: hue angle of 235.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646DDD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100109221-
CMYK0.550.5100.13
HSL235.54º64.02%62.94%-
HSV(B)235.54º54.75%86.67%-
XYZ23.7818.8770.8-
YUV119.08185.52114.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=23.26%
G=25.35%
B=51.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001092210.550.5100.13235.5464.0262.94
Hex646DDD37330Dec403f
Octal144155335676301535410077
Binary110010011011011101110111011111001101101111011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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