#646ED7

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

Shades of Slate Blue #646ED7

Tints of Slate Blue #646ED7

Color information

#646ED7 (or 0x646ED7) is unknown color: approx Slate Blue. HEX triplet: 64, 6E and D7. RGB value is (100,110,215). Sum of RGB (Red+Green+Blue) = 100+110+215=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #646ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ED7 is #9B9128. Grayscale: #767676. Windows color (decimal): -10195241 or 14118500. OLE color: 14118500.

HSL color Cylindrical-coordinate representation of color #646ED7: hue angle of 234.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #646ED7 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100110215-
CMYK0.530.4900.16
HSL234.78º58.97%61.76%-
HSV(B)234.78º53.49%84.31%-
XYZ23.118.7766.7-
YUV118.98182.19114.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=23.53%
G=25.88%
B=50.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001102150.530.4900.16234.7858.9761.76
Hex646ED73531010eb3b3e
Octal14415632765610203537376
Binary110010011011101101011111010111000101000011101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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