Html Css Color HEX #6F70DD Medium Slate Blue

📋 copy color: '#6F70DD'

red 111 ◦ green 112 ◦ blue 221

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

Shades of Medium Slate Blue #6F70DD

Tints of Medium Slate Blue #6F70DD

RGB

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

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

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

R = 25%
G = 25.23%
B = 49.77%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F70DD (or 0x6F70DD) is known color: Medium Slate Blue. HEX triplet: 6F, 70 and DD. RGB value is (111,112,221). Sum of RGB (Red+Green+Blue) = 111+112+221=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70DD is #908F22. Grayscale: #7B7B7B. Windows color (decimal): -9473827 or 14512239. OLE color: 14512239.

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

Color convert

RGB 111 112 221 -
CMYK 0.50 0.49 0 0.13
HSL 239.45º 0.62% 0.65% -
HSV(B) 239.45º 0.5% 0.87% -
XYZ 25.4 20.19 70.96 -
YUV 124.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 111 112 221 0.50 0.49 0 0.13 239.45 0.62 0.65
Hex 6F 70 DD 32 31 0 D EF 3E 41
Octal 157 160 335 62 61 0 15 357 76 101
Binary 1101111 1110000 11011101 110010 110001 0 1101 11101111 111110 1000001

Color Harmonies of #6F70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70DD

Black with #6F70DD

Text Example


Text Example

White with #6F70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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