Html Css Color HEX #6B6DDD Medium Slate Blue

📋 copy color: '#6B6DDD'

red 107 ◦ green 109 ◦ blue 221

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

Shades of Medium Slate Blue #6B6DDD

Tints of Medium Slate Blue #6B6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 24.49%
G = 24.94%
B = 50.57%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B6DDD (or 0x6B6DDD) is known color: Medium Slate Blue. HEX triplet: 6B, 6D and DD. RGB value is (107,109,221). Sum of RGB (Red+Green+Blue) = 107+109+221=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B6DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DDD is #949222. Grayscale: #787878. Windows color (decimal): -9736739 or 14511467. OLE color: 14511467.

HSL color Cylindrical-coordinate representation of color #6B6DDD: hue angle of 238.95º 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 #6B6DDD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 109 221 -
CMYK 0.52 0.51 0 0.13
HSL 238.95º 0.63% 0.64% -
HSV(B) 238.95º 0.52% 0.87% -
XYZ 24.58 19.28 70.83 -
YUV 121.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 107 109 221 0.52 0.51 0 0.13 238.95 0.63 0.64
Hex 6B 6D DD 34 33 0 D EF 3F 40
Octal 153 155 335 64 63 0 15 357 77 100
Binary 1101011 1101101 11011101 110100 110011 0 1101 11101111 111111 1000000

Color Harmonies of #6B6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6DDD

Black with #6B6DDD

Text Example


Text Example

White with #6B6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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