Html Css Color HEX #6871FE Medium Slate Blue

📋 copy color: '#6871FE'

red 104 ◦ green 113 ◦ blue 254

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

Shades of Medium Slate Blue #6871FE

Tints of Medium Slate Blue #6871FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 22.08%
G = 23.99%
B = 53.93%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6871FE (or 0x6871FE) is known color: Medium Slate Blue. HEX triplet: 68, 71 and FE. RGB value is (104,113,254). Sum of RGB (Red+Green+Blue) = 104+113+254=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6871FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FE is #978E01. Grayscale: #7D7D7D. Windows color (decimal): -9932290 or 16675176. OLE color: 16675176.

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

Color convert

RGB 104 113 254 -
CMYK 0.59 0.56 0 0.00
HSL 236.4º 0.99% 0.7% -
HSV(B) 236.4º 0.59% 1% -
XYZ 29.5 21.91 96.44 -
YUV 126.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 104 113 254 0.59 0.56 0 0.00 236.4 0.99 0.7
Hex 68 71 FE 3B 38 0 0 EC 63 46
Octal 150 161 376 73 70 0 0 354 143 106
Binary 1101000 1110001 11111110 111011 111000 0 0 11101100 1100011 1000110

Color Harmonies of #6871FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871FE

Black with #6871FE

Text Example


Text Example

White with #6871FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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