Html Css Color HEX #6873DC Medium Slate Blue

📋 copy color: '#6873DC'

red 104 ◦ green 115 ◦ blue 220

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

Shades of Medium Slate Blue #6873DC

Tints of Medium Slate Blue #6873DC

RGB

 RED value IS 104 (41.02% from 255) = 23.69%

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

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

R = 23.69%
G = 26.2%
B = 50.11%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6873DC (or 0x6873DC) is known color: Medium Slate Blue. HEX triplet: 68, 73 and DC. RGB value is (104,115,220). Sum of RGB (Red+Green+Blue) = 104+115+220=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6873DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873DC is #978C23. Grayscale: #7B7B7B. Windows color (decimal): -9931812 or 14447464. OLE color: 14447464.

HSL color Cylindrical-coordinate representation of color #6873DC: hue angle of 234.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6873DC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 115 220 -
CMYK 0.53 0.48 0 0.14
HSL 234.31º 0.62% 0.64% -
HSV(B) 234.31º 0.53% 0.86% -
XYZ 24.76 20.37 70.34 -
YUV 123.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 104 115 220 0.53 0.48 0 0.14 234.31 0.62 0.64
Hex 68 73 DC 35 30 0 E EA 3E 40
Octal 150 163 334 65 60 0 16 352 76 100
Binary 1101000 1110011 11011100 110101 110000 0 1110 11101010 111110 1000000

Color Harmonies of #6873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873DC

Black with #6873DC

Text Example


Text Example

White with #6873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6873DC; }

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

 H1.HeaderClassName
 {
   color: #6873DC;
 }
 .AnyTagClassName
 {
   color: #6873DC;
 }
</style>

background-color css

<style>
 a { background-color: #6873DC; }

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

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

border-color css

<style>
 span { border-color: #6873DC; }

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

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