Html Css Color HEX #6877DC Medium Slate Blue

📋 copy color: '#6877DC'

red 104 ◦ green 119 ◦ blue 220

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

Shades of Medium Slate Blue #6877DC

Tints of Medium Slate Blue #6877DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 23.48%
G = 26.86%
B = 49.66%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6877DC (or 0x6877DC) is known color: Medium Slate Blue. HEX triplet: 68, 77 and DC. RGB value is (104,119,220). Sum of RGB (Red+Green+Blue) = 104+119+220=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #6877DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877DC is #978823. Grayscale: #7D7D7D. Windows color (decimal): -9930788 or 14448488. OLE color: 14448488.

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

Color convert

RGB 104 119 220 -
CMYK 0.53 0.46 0 0.14
HSL 232.24º 0.62% 0.64% -
HSV(B) 232.24º 0.53% 0.86% -
XYZ 25.22 21.3 70.49 -
YUV 126.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 104 119 220 0.53 0.46 0 0.14 232.24 0.62 0.64
Hex 68 77 DC 35 2E 0 E E8 3E 40
Octal 150 167 334 65 56 0 16 350 76 100
Binary 1101000 1110111 11011100 110101 101110 0 1110 11101000 111110 1000000

Color Harmonies of #6877DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877DC

Black with #6877DC

Text Example


Text Example

White with #6877DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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