#646EDE

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

Shades of Slate Blue #646EDE

Tints of Slate Blue #646EDE

Color information

#646EDE (or 0x646EDE) is unknown color: approx Slate Blue. HEX triplet: 64, 6E and DE. RGB value is (100,110,222). Sum of RGB (Red+Green+Blue) = 100+110+222=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #646EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EDE is #9B9121. Grayscale: #777777. Windows color (decimal): -10195234 or 14577252. OLE color: 14577252.

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

Color convert

RGB100110222-
CMYK0.550.5000.13
HSL235.08º64.89%63.14%-
HSV(B)235.08º54.95%87.06%-
XYZ24.0219.1471.53-
YUV119.78185.69113.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=23.15%
G=25.46%
B=51.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001102220.550.5000.13235.0864.8963.14
Hex646EDE37320Deb413f
Octal144156336676201535310177
Binary110010011011101101111011011111001001101111010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,222); }

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

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

 a { background-color: rgb(100,110,222); }

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

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

 span { border-color: rgb(100,110,222); }

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