Html Css Color HEX #6861FC Medium Slate Blue

📋 copy color: '#6861FC'

red 104 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #6861FC

Tints of Medium Slate Blue #6861FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

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

R = 22.96%
G = 21.41%
B = 55.63%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6861FC (or 0x6861FC) is known color: Medium Slate Blue. HEX triplet: 68, 61 and FC. RGB value is (104,97,252). Sum of RGB (Red+Green+Blue) = 104+97+252=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #6861FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6861FC is #979E03. Grayscale: #747474. Windows color (decimal): -9936388 or 16540008. OLE color: 16540008.

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

Color convert

RGB 104 97 252 -
CMYK 0.59 0.62 0 0.01
HSL 242.71º 0.96% 0.68% -
HSV(B) 242.71º 0.62% 0.99% -
XYZ 27.55 18.52 94.22 -
YUV 116.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 104 97 252 0.59 0.62 0 0.01 242.71 0.96 0.68
Hex 68 61 FC 3B 3E 0 1 F3 60 44
Octal 150 141 374 73 76 0 1 363 140 104
Binary 1101000 1100001 11111100 111011 111110 0 1 11110011 1100000 1000100

Color Harmonies of #6861FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861FC

Black with #6861FC

Text Example


Text Example

White with #6861FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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