Html Css Color HEX #6C6DDD Medium Slate Blue

📋 copy color: '#6C6DDD'

red 108 ◦ green 109 ◦ blue 221

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

Shades of Medium Slate Blue #6C6DDD

Tints of Medium Slate Blue #6C6DDD

RGB

 RED value IS 108 (42.58% from 255) = 24.66%

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

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

R = 24.66%
G = 24.89%
B = 50.46%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C6DDD (or 0x6C6DDD) is known color: Medium Slate Blue. HEX triplet: 6C, 6D and DD. RGB value is (108,109,221). Sum of RGB (Red+Green+Blue) = 108+109+221=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 109 (42.97% from 255 or 24.89% 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 #6C6DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6DDD is #939222. Grayscale: #797979. Windows color (decimal): -9671203 or 14511468. OLE color: 14511468.

HSL color Cylindrical-coordinate representation of color #6C6DDD: hue angle of 239.47º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C6DDD is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 109 221 -
CMYK 0.51 0.51 0 0.13
HSL 239.47º 0.62% 0.65% -
HSV(B) 239.47º 0.51% 0.87% -
XYZ 24.7 19.35 70.84 -
YUV 121.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 108 109 221 0.51 0.51 0 0.13 239.47 0.62 0.65
Hex 6C 6D DD 33 33 0 D EF 3E 41
Octal 154 155 335 63 63 0 15 357 76 101
Binary 1101100 1101101 11011101 110011 110011 0 1101 11101111 111110 1000001

Color Harmonies of #6C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6DDD

Black with #6C6DDD

Text Example


Text Example

White with #6C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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