#6877DE

Color #6877DE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6877DE

Tints of Medium Slate Blue #6877DE

Color information

#6877DE (or 0x6877DE) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 77 and DE. RGB value is (104,119,222). Sum of RGB (Red+Green+Blue) = 104+119+222=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #6877DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877DE is #978821. Grayscale: #7D7D7D. Windows color (decimal): -9930786 or 14579560. OLE color: 14579560.

HSL color Cylindrical-coordinate representation of color #6877DE: hue angle of 232.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6877DE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104119222-
CMYK0.530.4600.13
HSL232.37º64.13%63.92%-
HSV(B)232.37º53.15%87.06%-
XYZ25.4921.4171.9-
YUV126.26182.03112.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=23.37%
G=26.74%
B=49.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041192220.530.4600.13232.3764.1363.92
Hex6877DE352E0De84040
Octal1501673366556015350100100
Binary1101000111011111011110110101101110011011110100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6877DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6877DE;
 }
 .AnyTagClassName
 {
   color: #6877DE;
 }
</style>
background-color css

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

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

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

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

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

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