Html Css Color HEX #6F71DC Medium Slate Blue

📋 copy color: '#6F71DC'

red 111 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #6F71DC

Tints of Medium Slate Blue #6F71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 25%
G = 25.45%
B = 49.55%

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

#6F71DC (or 0x6F71DC) is known color: Medium Slate Blue. HEX triplet: 6F, 71 and DC. RGB value is (111,113,220). Sum of RGB (Red+Green+Blue) = 111+113+220=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F71DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71DC is #908E23. Grayscale: #7C7C7C. Windows color (decimal): -9473572 or 14446959. OLE color: 14446959.

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

Color convert

RGB 111 113 220 -
CMYK 0.50 0.49 0 0.14
HSL 238.9º 0.61% 0.65% -
HSV(B) 238.9º 0.5% 0.86% -
XYZ 25.38 20.36 70.3 -
YUV 124.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 111 113 220 0.50 0.49 0 0.14 238.9 0.61 0.65
Hex 6F 71 DC 32 31 0 E EF 3D 41
Octal 157 161 334 62 61 0 16 357 75 101
Binary 1101111 1110001 11011100 110010 110001 0 1110 11101111 111101 1000001

Color Harmonies of #6F71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F71DC

Black with #6F71DC

Text Example


Text Example

White with #6F71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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