#646ADD

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

Shades of Slate Blue #646ADD

Tints of Slate Blue #646ADD

Color information

#646ADD (or 0x646ADD) is unknown color: approx Slate Blue. HEX triplet: 64, 6A and DD. RGB value is (100,106,221). Sum of RGB (Red+Green+Blue) = 100+106+221=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #646ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ADD is #9B9522. Grayscale: #747474. Windows color (decimal): -10196259 or 14510692. OLE color: 14510692.

HSL color Cylindrical-coordinate representation of color #646ADD: hue angle of 237.02º 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 #646ADD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100106221-
CMYK0.550.5200.13
HSL237.02º64.02%62.94%-
HSV(B)237.02º54.75%86.67%-
XYZ23.4618.2470.69-
YUV117.32186.51115.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=23.42%
G=24.82%
B=51.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001062210.550.5200.13237.0264.0262.94
Hex646ADD37340Ded403f
Octal144152335676401535510077
Binary110010011010101101110111011111010001101111011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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