#6872FF

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

Shades of Medium Slate Blue #6872FF

Tints of Medium Slate Blue #6872FF

Color information

#6872FF (or 0x6872FF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 72 and FF. RGB value is (104,114,255). Sum of RGB (Red+Green+Blue) = 104+114+255=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #6872FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6872FF is #978D00. Grayscale: #7E7E7E. Windows color (decimal): -9932033 or 16740968. OLE color: 16740968.

HSL color Cylindrical-coordinate representation of color #6872FF: hue angle of 236.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6872FF is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104114255-
CMYK0.590.5500
HSL236.03º100%70.39%-
HSV(B)236.03º59.22%100%-
XYZ29.7822.297.32-
YUV127.08200.19111.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 255 (100% from 255) = 53.91%
R=21.99%
G=24.10%
B=53.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041142550.590.5500236.0310070.39
Hex6872FF3B3700ec6446
Octal150162377736700354144106
Binary1101000111001011111111111011110111001110110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6872FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6872FF; }

 p { color: rgb(104,114,255); }

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

<style>
 a { background-color: #6872FF; }

 a { background-color: rgb(104,114,255); }

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

<style>
 span { border-color: #6872FF; }

 span { border-color: rgb(104,114,255); }

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