Html Css Color HEX #6B4DEE Medium Slate Blue

📋 copy color: '#6B4DEE'

red 107 ◦ green 77 ◦ blue 238

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

Shades of Medium Slate Blue #6B4DEE

Tints of Medium Slate Blue #6B4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.25%

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

R = 25.36%
G = 18.25%
B = 56.4%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B4DEE (or 0x6B4DEE) is known color: Medium Slate Blue. HEX triplet: 6B, 4D and EE. RGB value is (107,77,238). Sum of RGB (Red+Green+Blue) = 107+77+238=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DEE is #94B211. Grayscale: #676767. Windows color (decimal): -9744914 or 15617387. OLE color: 15617387.

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

Color convert

RGB 107 77 238 -
CMYK 0.55 0.68 0 0.07
HSL 251.18º 0.83% 0.62% -
HSV(B) 251.18º 0.68% 0.93% -
XYZ 24.15 14.61 82.44 -
YUV 104.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 107 77 238 0.55 0.68 0 0.07 251.18 0.83 0.62
Hex 6B 4D EE 37 44 0 7 FB 53 3E
Octal 153 115 356 67 104 0 7 373 123 76
Binary 1101011 1001101 11101110 110111 1000100 0 111 11111011 1010011 111110

Color Harmonies of #6B4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DEE

Black with #6B4DEE

Text Example


Text Example

White with #6B4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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