Html Css Color HEX #6B6EDD Medium Slate Blue

📋 copy color: '#6B6EDD'

red 107 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #6B6EDD

Tints of Medium Slate Blue #6B6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 24.43%
G = 25.11%
B = 50.46%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B6EDD (or 0x6B6EDD) is known color: Medium Slate Blue. HEX triplet: 6B, 6E and DD. RGB value is (107,110,221). Sum of RGB (Red+Green+Blue) = 107+110+221=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6EDD is #949122. Grayscale: #797979. Windows color (decimal): -9736483 or 14511723. OLE color: 14511723.

HSL color Cylindrical-coordinate representation of color #6B6EDD: hue angle of 238.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B6EDD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 110 221 -
CMYK 0.52 0.50 0 0.13
HSL 238.42º 0.63% 0.64% -
HSV(B) 238.42º 0.52% 0.87% -
XYZ 24.69 19.5 70.87 -
YUV 121.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 107 110 221 0.52 0.50 0 0.13 238.42 0.63 0.64
Hex 6B 6E DD 34 32 0 D EE 3F 40
Octal 153 156 335 64 62 0 15 356 77 100
Binary 1101011 1101110 11011101 110100 110010 0 1101 11101110 111111 1000000

Color Harmonies of #6B6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6EDD

Black with #6B6EDD

Text Example


Text Example

White with #6B6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,110,221); }

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

background-color css

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

 a { background-color: rgb(107,110,221); }

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

border-color css

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

 span { border-color: rgb(107,110,221); }

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