#645DEB

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

Shades of Medium Slate Blue #645DEB

Tints of Medium Slate Blue #645DEB

Color information

#645DEB (or 0x645DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 5D and EB. RGB value is (100,93,235). Sum of RGB (Red+Green+Blue) = 100+93+235=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #645DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DEB is #9BA214. Grayscale: #6E6E6E. Windows color (decimal): -10199573 or 15424868. OLE color: 15424868.

HSL color Cylindrical-coordinate representation of color #645DEB: hue angle of 242.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645DEB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10093235-
CMYK0.570.6000.08
HSL242.96º78.02%64.31%-
HSV(B)242.96º60.43%92.16%-
XYZ24.1716.5480.52-
YUV111.28197.82119.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.36%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 235 (92.19% from 255) = 54.91%
R=23.36%
G=21.73%
B=54.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal100932350.570.6000.08242.9678.0264.31
Hex645DEB393C08f34e40
Octal1441353537174010363116100
Binary1100100101110111101011111001111100010001111001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645DEB; }

 p { color: rgb(100,93,235); }

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

<style>
 a { background-color: #645DEB; }

 a { background-color: rgb(100,93,235); }

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

<style>
 span { border-color: #645DEB; }

 span { border-color: rgb(100,93,235); }

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