#6872F2

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

Shades of Medium Slate Blue #6872F2

Tints of Medium Slate Blue #6872F2

Color information

#6872F2 (or 0x6872F2) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 72 and F2. RGB value is (104,114,242). Sum of RGB (Red+Green+Blue) = 104+114+242=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #6872F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6872F2 is #978D0D. Grayscale: #7D7D7D. Windows color (decimal): -9932046 or 15889000. OLE color: 15889000.

HSL color Cylindrical-coordinate representation of color #6872F2: hue angle of 235.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6872F2 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104114242-
CMYK0.570.5300.05
HSL235.65º84.15%67.84%-
HSV(B)235.65º57.02%94.9%-
XYZ27.7521.3986.67-
YUV125.6193.69112.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=22.61%
G=24.78%
B=52.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041142420.570.5300.05235.6584.1567.84
Hex6872F2393505ec5444
Octal150162362716505354124104
Binary110100011100101111001011100111010101011110110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6872F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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