Html Css Color HEX #6B6CDD Medium Slate Blue

📋 copy color: '#6B6CDD'

red 107 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #6B6CDD

Tints of Medium Slate Blue #6B6CDD

RGB

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

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

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

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

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

#6B6CDD (or 0x6B6CDD) is known color: Medium Slate Blue. HEX triplet: 6B, 6C and DD. RGB value is (107,108,221). Sum of RGB (Red+Green+Blue) = 107+108+221=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 108 (42.58% from 255 or 24.77% 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 #6B6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CDD is #949322. Grayscale: #787878. Windows color (decimal): -9736995 or 14511211. OLE color: 14511211.

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

Color convert

RGB 107 108 221 -
CMYK 0.52 0.51 0 0.13
HSL 239.47º 0.63% 0.64% -
HSV(B) 239.47º 0.52% 0.87% -
XYZ 24.48 19.07 70.8 -
YUV 120.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 107 108 221 0.52 0.51 0 0.13 239.47 0.63 0.64
Hex 6B 6C DD 34 33 0 D EF 3F 40
Octal 153 154 335 64 63 0 15 357 77 100
Binary 1101011 1101100 11011101 110100 110011 0 1101 11101111 111111 1000000

Color Harmonies of #6B6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CDD

Black with #6B6CDD

Text Example


Text Example

White with #6B6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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