Html Css Color HEX #6B5DED Medium Slate Blue

📋 copy color: '#6B5DED'

red 107 ◦ green 93 ◦ blue 237

#6B5DED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6B5DED

Tints of Medium Slate Blue #6B5DED

RGB

 RED value IS 107 (42.19% from 255) = 24.49%

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 24.49%
G = 21.28%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B5DED (or 0x6B5DED) is known color: Medium Slate Blue. HEX triplet: 6B, 5D and ED. RGB value is (107,93,237). Sum of RGB (Red+Green+Blue) = 107+93+237=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B5DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5DED is #94A212. Grayscale: #717171. Windows color (decimal): -9740819 or 15555947. OLE color: 15555947.

HSL color Cylindrical-coordinate representation of color #6B5DED: hue angle of 245.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B5DED is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 93 237 -
CMYK 0.55 0.61 0 0.07
HSL 245.83º 0.8% 0.65% -
HSV(B) 245.83º 0.61% 0.93% -
XYZ 25.26 17.07 82.08 -
YUV 113.6 197.64 123.29 -
System Red Green Blue C M Y K H S L
Decimal 107 93 237 0.55 0.61 0 0.07 245.83 0.8 0.65
Hex 6B 5D ED 37 3D 0 7 F6 50 41
Octal 153 135 355 67 75 0 7 366 120 101
Binary 1101011 1011101 11101101 110111 111101 0 111 11110110 1010000 1000001

Color Harmonies of #6B5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DED

Black with #6B5DED

Text Example


Text Example

White with #6B5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B5DED;
 }
 .AnyTagClassName
 {
   color: #6B5DED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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