#6458ec

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

Shades of Medium Slate Blue #6458EC

Tints of Medium Slate Blue #6458EC

Color information

#6458EC (or 0x6458EC) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 58 and EC. RGB value is (100,88,236). Sum of RGB (Red+Green+Blue) = 100+88+236=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #6458EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458EC is #9BA713. Grayscale: #6B6B6B. Windows color (decimal): -10200852 or 15489124. OLE color: 15489124.

HSL color Cylindrical-coordinate representation of color #6458EC: hue angle of 244.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6458EC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10088236-
CMYK0.580.6300.07
HSL244.86º79.57%63.53%-
HSV(B)244.86º62.71%92.55%-
XYZ23.8915.7481.14-
YUV108.46199.98121.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 236 (92.58% from 255) = 55.66%
R=23.58%
G=20.75%
B=55.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100882360.580.6300.07244.8679.5763.53
Hex6458EC3A3F07f55040
Octal144130354727707365120100
Binary110010010110001110110011101011111101111111010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6458ec; }

 p { color: rgb(100,88,236); }

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

<style>
 a { background-color: #6458ec; }

 a { background-color: rgb(100,88,236); }

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

<style>
 span { border-color: #6458ec; }

 span { border-color: rgb(100,88,236); }

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