#6C5EFD

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

Shades of Medium Slate Blue #6C5EFD

Tints of Medium Slate Blue #6C5EFD

Color information

#6C5EFD (or 0x6C5EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5E and FD. RGB value is (108,94,253). Sum of RGB (Red+Green+Blue) = 108+94+253=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C5EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5EFD is #93A102. Grayscale: #737373. Windows color (decimal): -9675011 or 16604780. OLE color: 16604780.

HSL color Cylindrical-coordinate representation of color #6C5EFD: hue angle of 245.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C5EFD is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10894253-
CMYK0.570.6300.01
HSL245.28º97.55%68.04%-
HSV(B)245.28º62.85%99.22%-
XYZ27.9218.2994.99-
YUV116.31205.14122.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 253 (99.22% from 255) = 55.60%
R=23.74%
G=20.66%
B=55.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal108942530.570.6300.01245.2897.5568.04
Hex6C5EFD393F01f56244
Octal154136375717701365142104
Binary1101100101111011111101111001111111011111010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C5EFD; }

 p { color: rgb(108,94,253); }

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

<style>
 a { background-color: #6C5EFD; }

 a { background-color: rgb(108,94,253); }

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

<style>
 span { border-color: #6C5EFD; }

 span { border-color: rgb(108,94,253); }

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