Html Css Color HEX #6D70DC Medium Slate Blue

📋 copy color: '#6D70DC'

red 109 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #6D70DC

Tints of Medium Slate Blue #6D70DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 24.72%
G = 25.4%
B = 49.89%

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

#6D70DC (or 0x6D70DC) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and DC. RGB value is (109,112,220). Sum of RGB (Red+Green+Blue) = 109+112+220=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70DC is #928F23. Grayscale: #7A7A7A. Windows color (decimal): -9604900 or 14446701. OLE color: 14446701.

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

Color convert

RGB 109 112 220 -
CMYK 0.50 0.49 0 0.14
HSL 238.38º 0.61% 0.65% -
HSV(B) 238.38º 0.5% 0.86% -
XYZ 25.02 20.01 70.25 -
YUV 123.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 109 112 220 0.50 0.49 0 0.14 238.38 0.61 0.65
Hex 6D 70 DC 32 31 0 E EE 3D 41
Octal 155 160 334 62 61 0 16 356 75 101
Binary 1101101 1110000 11011100 110010 110001 0 1110 11101110 111101 1000001

Color Harmonies of #6D70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70DC

Black with #6D70DC

Text Example


Text Example

White with #6D70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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