Html Css Color HEX #6D70DB Medium Slate Blue

📋 copy color: '#6D70DB'

red 109 ◦ green 112 ◦ blue 219

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

Shades of Medium Slate Blue #6D70DB

Tints of Medium Slate Blue #6D70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 24.77%
G = 25.45%
B = 49.77%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D70DB (or 0x6D70DB) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and DB. RGB value is (109,112,219). Sum of RGB (Red+Green+Blue) = 109+112+219=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70DB is #928F24. Grayscale: #7A7A7A. Windows color (decimal): -9604901 or 14381165. OLE color: 14381165.

HSL color Cylindrical-coordinate representation of color #6D70DB: hue angle of 238.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D70DB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 112 219 -
CMYK 0.50 0.49 0 0.14
HSL 238.36º 0.6% 0.64% -
HSV(B) 238.36º 0.5% 0.86% -
XYZ 24.89 19.95 69.56 -
YUV 123.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 109 112 219 0.50 0.49 0 0.14 238.36 0.6 0.64
Hex 6D 70 DB 32 31 0 E EE 3C 40
Octal 155 160 333 62 61 0 16 356 74 100
Binary 1101101 1110000 11011011 110010 110001 0 1110 11101110 111100 1000000

Color Harmonies of #6D70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70DB

Black with #6D70DB

Text Example


Text Example

White with #6D70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,219); }

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

background-color css

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

 a { background-color: rgb(109,112,219); }

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

border-color css

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

 span { border-color: rgb(109,112,219); }

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