#6862FC

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

Shades of Medium Slate Blue #6862FC

Tints of Medium Slate Blue #6862FC

Color information

#6862FC (or 0x6862FC) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 62 and FC. RGB value is (104,98,252). Sum of RGB (Red+Green+Blue) = 104+98+252=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #6862FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6862FC is #979D03. Grayscale: #747474. Windows color (decimal): -9936132 or 16540264. OLE color: 16540264.

HSL color Cylindrical-coordinate representation of color #6862FC: hue angle of 242.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6862FC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10498252-
CMYK0.590.6100.01
HSL242.34º96.25%68.63%-
HSV(B)242.34º61.11%98.82%-
XYZ27.6518.7194.25-
YUV117.35203.99118.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.91%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=22.91%
G=21.59%
B=55.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104982520.590.6100.01242.3496.2568.63
Hex6862FC3B3D01f26045
Octal150142374737501362140105
Binary1101000110001011111100111011111101011111001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6862FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6862FC; }

 p { color: rgb(104,98,252); }

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

<style>
 a { background-color: #6862FC; }

 a { background-color: rgb(104,98,252); }

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

<style>
 span { border-color: #6862FC; }

 span { border-color: rgb(104,98,252); }

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