Html Css Color HEX #6F70DC Medium Slate Blue

📋 copy color: '#6F70DC'

red 111 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #6F70DC

Tints of Medium Slate Blue #6F70DC

RGB

 RED value IS 111 (43.75% from 255) = 25.06%

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

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

R = 25.06%
G = 25.28%
B = 49.66%

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

#6F70DC (or 0x6F70DC) is known color: Medium Slate Blue. HEX triplet: 6F, 70 and DC. RGB value is (111,112,220). Sum of RGB (Red+Green+Blue) = 111+112+220=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70DC is #908F23. Grayscale: #7B7B7B. Windows color (decimal): -9473828 or 14446703. OLE color: 14446703.

HSL color Cylindrical-coordinate representation of color #6F70DC: hue angle of 239.45º 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 #6F70DC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 112 220 -
CMYK 0.50 0.49 0 0.14
HSL 239.45º 0.61% 0.65% -
HSV(B) 239.45º 0.5% 0.86% -
XYZ 25.27 20.14 70.26 -
YUV 124.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 111 112 220 0.50 0.49 0 0.14 239.45 0.61 0.65
Hex 6F 70 DC 32 31 0 E EF 3D 41
Octal 157 160 334 62 61 0 16 357 75 101
Binary 1101111 1110000 11011100 110010 110001 0 1110 11101111 111101 1000001

Color Harmonies of #6F70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70DC

Black with #6F70DC

Text Example


Text Example

White with #6F70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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