#646FE0

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

Shades of Medium Slate Blue #646FE0

Tints of Medium Slate Blue #646FE0

Color information

#646FE0 (or 0x646FE0) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 6F and E0. RGB value is (100,111,224). Sum of RGB (Red+Green+Blue) = 100+111+224=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #646FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FE0 is #9B901F. Grayscale: #787878. Windows color (decimal): -10194976 or 14708580. OLE color: 14708580.

HSL color Cylindrical-coordinate representation of color #646FE0: hue angle of 234.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646FE0 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100111224-
CMYK0.550.5000.12
HSL234.68º66.67%63.53%-
HSV(B)234.68º55.36%87.84%-
XYZ24.3919.4672.99-
YUV120.59186.36113.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=22.99%
G=25.52%
B=51.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001112240.550.5000.12234.6866.6763.53
Hex646FE037320Ceb4340
Octal1441573406762014353103100
Binary1100100110111111100000110111110010011001110101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,111,224); }

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

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

 a { background-color: rgb(100,111,224); }

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

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

 span { border-color: rgb(100,111,224); }

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