Html Css Color HEX #6875DC Medium Slate Blue

📋 copy color: '#6875DC'

red 104 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6875DC

Tints of Medium Slate Blue #6875DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

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

R = 23.58%
G = 26.53%
B = 49.89%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6875DC (or 0x6875DC) is known color: Medium Slate Blue. HEX triplet: 68, 75 and DC. RGB value is (104,117,220). Sum of RGB (Red+Green+Blue) = 104+117+220=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #6875DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DC is #978A23. Grayscale: #7C7C7C. Windows color (decimal): -9931300 or 14447976. OLE color: 14447976.

HSL color Cylindrical-coordinate representation of color #6875DC: hue angle of 233.28º 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 #6875DC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 117 220 -
CMYK 0.53 0.47 0 0.14
HSL 233.28º 0.62% 0.64% -
HSV(B) 233.28º 0.53% 0.86% -
XYZ 24.99 20.83 70.41 -
YUV 124.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 104 117 220 0.53 0.47 0 0.14 233.28 0.62 0.64
Hex 68 75 DC 35 2F 0 E E9 3E 40
Octal 150 165 334 65 57 0 16 351 76 100
Binary 1101000 1110101 11011100 110101 101111 0 1110 11101001 111110 1000000

Color Harmonies of #6875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875DC

Black with #6875DC

Text Example


Text Example

White with #6875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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