Html Css Color HEX #6C5BEB Medium Slate Blue

📋 copy color: '#6C5BEB'

red 108 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #6C5BEB

Tints of Medium Slate Blue #6C5BEB

RGB

 RED value IS 108 (42.58% from 255) = 24.88%

 GREEN value IS 91 (35.94% from 255) = 20.97%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 24.88%
G = 20.97%
B = 54.15%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C5BEB (or 0x6C5BEB) is known color: Medium Slate Blue. HEX triplet: 6C, 5B and EB. RGB value is (108,91,235). Sum of RGB (Red+Green+Blue) = 108+91+235=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5BEB is #93A414. Grayscale: #6F6F6F. Windows color (decimal): -9675797 or 15424364. OLE color: 15424364.

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

Color convert

RGB 108 91 235 -
CMYK 0.54 0.61 0 0.08
HSL 247.08º 0.78% 0.64% -
HSV(B) 247.08º 0.61% 0.92% -
XYZ 24.92 16.67 80.5 -
YUV 112.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 108 91 235 0.54 0.61 0 0.08 247.08 0.78 0.64
Hex 6C 5B EB 36 3D 0 8 F7 4E 40
Octal 154 133 353 66 75 0 10 367 116 100
Binary 1101100 1011011 11101011 110110 111101 0 1000 11110111 1001110 1000000

Color Harmonies of #6C5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5BEB

Black with #6C5BEB

Text Example


Text Example

White with #6C5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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