Html Css Color HEX #6C6BDD Medium Slate Blue

📋 copy color: '#6C6BDD'

red 108 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #6C6BDD

Tints of Medium Slate Blue #6C6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 24.77%
G = 24.54%
B = 50.69%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C6BDD (or 0x6C6BDD) is known color: Medium Slate Blue. HEX triplet: 6C, 6B and DD. RGB value is (108,107,221). Sum of RGB (Red+Green+Blue) = 108+107+221=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C6BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BDD is #939422. Grayscale: #777777. Windows color (decimal): -9671715 or 14510956. OLE color: 14510956.

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

Color convert

RGB 108 107 221 -
CMYK 0.51 0.52 0 0.13
HSL 240.53º 0.63% 0.64% -
HSV(B) 240.53º 0.52% 0.87% -
XYZ 24.49 18.92 70.77 -
YUV 120.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 108 107 221 0.51 0.52 0 0.13 240.53 0.63 0.64
Hex 6C 6B DD 33 34 0 D F1 3F 40
Octal 154 153 335 63 64 0 15 361 77 100
Binary 1101100 1101011 11011101 110011 110100 0 1101 11110001 111111 1000000

Color Harmonies of #6C6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6BDD

Black with #6C6BDD

Text Example


Text Example

White with #6C6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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