Html Css Color HEX #6862FC Medium Slate Blue

📋 copy color: '#6862FC'

red 104 ◦ green 98 ◦ blue 252

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

Shades of Medium Slate Blue #6862FC

Tints of Medium Slate Blue #6862FC

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 value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6862FC (or 0x6862FC) is known color: 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

RGB 104 98 252 -
CMYK 0.59 0.61 0 0.01
HSL 242.34º 0.96% 0.69% -
HSV(B) 242.34º 0.61% 0.99% -
XYZ 27.65 18.71 94.25 -
YUV 117.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 104 98 252 0.59 0.61 0 0.01 242.34 0.96 0.69
Hex 68 62 FC 3B 3D 0 1 F2 60 45
Octal 150 142 374 73 75 0 1 362 140 105
Binary 1101000 1100010 11111100 111011 111101 0 1 11110010 1100000 1000101

Color Harmonies of #6862FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862FC

Black with #6862FC

Text Example


Text Example

White with #6862FC

Text Example


Text Example

HTML Codes & Css Web 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>