Html Css Color HEX #6B5BEE Medium Slate Blue

📋 copy color: '#6B5BEE'

red 107 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #6B5BEE

Tints of Medium Slate Blue #6B5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 24.54%
G = 20.87%
B = 54.59%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B5BEE (or 0x6B5BEE) is known color: Medium Slate Blue. HEX triplet: 6B, 5B and EE. RGB value is (107,91,238). Sum of RGB (Red+Green+Blue) = 107+91+238=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B5BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BEE is #94A411. Grayscale: #6F6F6F. Windows color (decimal): -9741330 or 15620971. OLE color: 15620971.

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

Color convert

RGB 107 91 238 -
CMYK 0.55 0.62 0 0.07
HSL 246.53º 0.81% 0.65% -
HSV(B) 246.53º 0.62% 0.93% -
XYZ 25.24 16.78 82.8 -
YUV 112.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 107 91 238 0.55 0.62 0 0.07 246.53 0.81 0.65
Hex 6B 5B EE 37 3E 0 7 F7 51 41
Octal 153 133 356 67 76 0 7 367 121 101
Binary 1101011 1011011 11101110 110111 111110 0 111 11110111 1010001 1000001

Color Harmonies of #6B5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BEE

Black with #6B5BEE

Text Example


Text Example

White with #6B5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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