Html Css Color HEX #6B6ADF Medium Slate Blue

📋 copy color: '#6B6ADF'

red 107 ◦ green 106 ◦ blue 223

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

Shades of Medium Slate Blue #6B6ADF

Tints of Medium Slate Blue #6B6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 24.54%
G = 24.31%
B = 51.15%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B6ADF (or 0x6B6ADF) is known color: Medium Slate Blue. HEX triplet: 6B, 6A and DF. RGB value is (107,106,223). Sum of RGB (Red+Green+Blue) = 107+106+223=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ADF is #949520. Grayscale: #777777. Windows color (decimal): -9737505 or 14641771. OLE color: 14641771.

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

Color convert

RGB 107 106 223 -
CMYK 0.52 0.52 0 0.13
HSL 240.51º 0.65% 0.65% -
HSV(B) 240.51º 0.52% 0.87% -
XYZ 24.54 18.76 72.14 -
YUV 119.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 107 106 223 0.52 0.52 0 0.13 240.51 0.65 0.65
Hex 6B 6A DF 34 34 0 D F1 41 41
Octal 153 152 337 64 64 0 15 361 101 101
Binary 1101011 1101010 11011111 110100 110100 0 1101 11110001 1000001 1000001

Color Harmonies of #6B6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6ADF

Black with #6B6ADF

Text Example


Text Example

White with #6B6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,106,223); }

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

background-color css

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

 a { background-color: rgb(107,106,223); }

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

border-color css

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

 span { border-color: rgb(107,106,223); }

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