Html Css Color HEX #6F73DC Medium Slate Blue

📋 copy color: '#6F73DC'

red 111 ◦ green 115 ◦ blue 220

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

Shades of Medium Slate Blue #6F73DC

Tints of Medium Slate Blue #6F73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 24.89%
G = 25.78%
B = 49.33%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F73DC (or 0x6F73DC) is known color: Medium Slate Blue. HEX triplet: 6F, 73 and DC. RGB value is (111,115,220). Sum of RGB (Red+Green+Blue) = 111+115+220=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F73DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73DC is #908C23. Grayscale: #7D7D7D. Windows color (decimal): -9473060 or 14447471. OLE color: 14447471.

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

Color convert

RGB 111 115 220 -
CMYK 0.50 0.48 0 0.14
HSL 237.8º 0.61% 0.65% -
HSV(B) 237.8º 0.5% 0.86% -
XYZ 25.6 20.81 70.38 -
YUV 125.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 111 115 220 0.50 0.48 0 0.14 237.8 0.61 0.65
Hex 6F 73 DC 32 30 0 E EE 3D 41
Octal 157 163 334 62 60 0 16 356 75 101
Binary 1101111 1110011 11011100 110010 110000 0 1110 11101110 111101 1000001

Color Harmonies of #6F73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F73DC

Black with #6F73DC

Text Example


Text Example

White with #6F73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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