#6b5de8

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

Shades of Medium Slate Blue #6B5DE8

Tints of Medium Slate Blue #6B5DE8

Color information

#6B5DE8 (or 0x6B5DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 5D and E8. RGB value is (107,93,232). Sum of RGB (Red+Green+Blue) = 107+93+232=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #6B5DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5DE8 is #94A217. Grayscale: #707070. Windows color (decimal): -9740824 or 15228267. OLE color: 15228267.

HSL color Cylindrical-coordinate representation of color #6B5DE8: hue angle of 246.04º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B5DE8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10793232-
CMYK0.540.6000.09
HSL246.04º75.14%63.73%-
HSV(B)246.04º59.91%90.98%-
XYZ24.5416.7878.29-
YUV113.03195.14123.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.77%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 232 (91.02% from 255) = 53.70%
R=24.77%
G=21.53%
B=53.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107932320.540.6000.09246.0475.1463.73
Hex6B5DE8363C09f64b40
Octal1531353506674011366113100
Binary1101011101110111101000110110111100010011111011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b5de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,93,232); }

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

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

 a { background-color: rgb(107,93,232); }

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

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

 span { border-color: rgb(107,93,232); }

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