#6C5FEB

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

Shades of Medium Slate Blue #6C5FEB

Tints of Medium Slate Blue #6C5FEB

Color information

#6C5FEB (or 0x6C5FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5F and EB. RGB value is (108,95,235). Sum of RGB (Red+Green+Blue) = 108+95+235=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5FEB is #93A014. Grayscale: #727272. Windows color (decimal): -9674773 or 15425388. OLE color: 15425388.

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

Color convert

RGB10895235-
CMYK0.540.6000.08
HSL245.57º77.78%64.71%-
HSV(B)245.57º59.57%92.16%-
XYZ25.2717.3780.62-
YUV114.85195.81123.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.66%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 235 (92.19% from 255) = 53.65%
R=24.66%
G=21.69%
B=53.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108952350.540.6000.08245.5777.7864.71
Hex6C5FEB363C08f64e41
Octal1541373536674010366116101
Binary1101100101111111101011110110111100010001111011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,235); }

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

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

 a { background-color: rgb(108,95,235); }

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

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

 span { border-color: rgb(108,95,235); }

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