Html Css Color HEX #6863FC Medium Slate Blue

📋 copy color: '#6863FC'

red 104 ◦ green 99 ◦ blue 252

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

Shades of Medium Slate Blue #6863FC

Tints of Medium Slate Blue #6863FC

RGB

 RED value IS 104 (41.02% from 255) = 22.86%

 GREEN value IS 99 (39.06% from 255) = 21.76%

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 22.86%
G = 21.76%
B = 55.38%

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

#6863FC (or 0x6863FC) is known color: Medium Slate Blue. HEX triplet: 68, 63 and FC. RGB value is (104,99,252). Sum of RGB (Red+Green+Blue) = 104+99+252=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #6863FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6863FC is #979C03. Grayscale: #757575. Windows color (decimal): -9935876 or 16540520. OLE color: 16540520.

HSL color Cylindrical-coordinate representation of color #6863FC: hue angle of 241.96º 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 #6863FC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 99 252 -
CMYK 0.59 0.61 0 0.01
HSL 241.96º 0.96% 0.69% -
HSV(B) 241.96º 0.61% 0.99% -
XYZ 27.74 18.9 94.28 -
YUV 117.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 104 99 252 0.59 0.61 0 0.01 241.96 0.96 0.69
Hex 68 63 FC 3B 3D 0 1 F2 60 45
Octal 150 143 374 73 75 0 1 362 140 105
Binary 1101000 1100011 11111100 111011 111101 0 1 11110010 1100000 1000101

Color Harmonies of #6863FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6863FC

Black with #6863FC

Text Example


Text Example

White with #6863FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6863FC;
 }
 .AnyTagClassName
 {
   color: #6863FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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