Html Css Color HEX #6861FE Medium Slate Blue

📋 copy color: '#6861FE'

red 104 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #6861FE

Tints of Medium Slate Blue #6861FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 22.86%
G = 21.32%
B = 55.82%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6861FE (or 0x6861FE) is known color: Medium Slate Blue. HEX triplet: 68, 61 and FE. RGB value is (104,97,254). Sum of RGB (Red+Green+Blue) = 104+97+254=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6861FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6861FE is #979E01. Grayscale: #747474. Windows color (decimal): -9936386 or 16671080. OLE color: 16671080.

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

Color convert

RGB 104 97 254 -
CMYK 0.59 0.62 0 0.00
HSL 242.68º 0.99% 0.69% -
HSV(B) 242.68º 0.62% 1% -
XYZ 27.87 18.65 95.9 -
YUV 116.99 205.32 118.73 -
System Red Green Blue C M Y K H S L
Decimal 104 97 254 0.59 0.62 0 0.00 242.68 0.99 0.69
Hex 68 61 FE 3B 3E 0 0 F3 63 45
Octal 150 141 376 73 76 0 0 363 143 105
Binary 1101000 1100001 11111110 111011 111110 0 0 11110011 1100011 1000101

Color Harmonies of #6861FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861FE

Black with #6861FE

Text Example


Text Example

White with #6861FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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