Html Css Color HEX #6B5BEB Medium Slate Blue

📋 copy color: '#6B5BEB'

red 107 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #6B5BEB

Tints of Medium Slate Blue #6B5BEB

RGB

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

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

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

R = 24.71%
G = 21.02%
B = 54.27%

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

#6B5BEB (or 0x6B5BEB) is known color: Medium Slate Blue. HEX triplet: 6B, 5B and EB. RGB value is (107,91,235). Sum of RGB (Red+Green+Blue) = 107+91+235=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BEB is #94A414. Grayscale: #6F6F6F. Windows color (decimal): -9741333 or 15424363. OLE color: 15424363.

HSL color Cylindrical-coordinate representation of color #6B5BEB: hue angle of 246.67º 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 #6B5BEB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 91 235 -
CMYK 0.54 0.61 0 0.08
HSL 246.67º 0.78% 0.64% -
HSV(B) 246.67º 0.61% 0.92% -
XYZ 24.8 16.61 80.5 -
YUV 112.2 197.3 124.29 -
System Red Green Blue C M Y K H S L
Decimal 107 91 235 0.54 0.61 0 0.08 246.67 0.78 0.64
Hex 6B 5B EB 36 3D 0 8 F7 4E 40
Octal 153 133 353 66 75 0 10 367 116 100
Binary 1101011 1011011 11101011 110110 111101 0 1000 11110111 1001110 1000000

Color Harmonies of #6B5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BEB

Black with #6B5BEB

Text Example


Text Example

White with #6B5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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