Html Css Color HEX #6D6CE0 Medium Slate Blue

📋 copy color: '#6D6CE0'

red 109 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #6D6CE0

Tints of Medium Slate Blue #6D6CE0

RGB

 RED value IS 109 (42.97% from 255) = 24.72%

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 24.72%
G = 24.49%
B = 50.79%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6D6CE0 (or 0x6D6CE0) is known color: Medium Slate Blue. HEX triplet: 6D, 6C and E0. RGB value is (109,108,224). Sum of RGB (Red+Green+Blue) = 109+108+224=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D6CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CE0 is #92931F. Grayscale: #797979. Windows color (decimal): -9605920 or 14707821. OLE color: 14707821.

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

Color convert

RGB 109 108 224 -
CMYK 0.51 0.52 0 0.12
HSL 240.52º 0.65% 0.65% -
HSV(B) 240.52º 0.52% 0.88% -
XYZ 25.12 19.36 72.93 -
YUV 121.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 109 108 224 0.51 0.52 0 0.12 240.52 0.65 0.65
Hex 6D 6C E0 33 34 0 C F1 41 41
Octal 155 154 340 63 64 0 14 361 101 101
Binary 1101101 1101100 11100000 110011 110100 0 1100 11110001 1000001 1000001

Color Harmonies of #6D6CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CE0

Black with #6D6CE0

Text Example


Text Example

White with #6D6CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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