Html Css Color HEX #6871FD Medium Slate Blue

📋 copy color: '#6871FD'

red 104 ◦ green 113 ◦ blue 253

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

Shades of Medium Slate Blue #6871FD

Tints of Medium Slate Blue #6871FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 22.13%
G = 24.04%
B = 53.83%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6871FD (or 0x6871FD) is known color: Medium Slate Blue. HEX triplet: 68, 71 and FD. RGB value is (104,113,253). Sum of RGB (Red+Green+Blue) = 104+113+253=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6871FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FD is #978E02. Grayscale: #7D7D7D. Windows color (decimal): -9932291 or 16609640. OLE color: 16609640.

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

Color convert

RGB 104 113 253 -
CMYK 0.59 0.55 0 0.01
HSL 236.38º 0.97% 0.7% -
HSV(B) 236.38º 0.59% 0.99% -
XYZ 29.34 21.85 95.6 -
YUV 126.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 104 113 253 0.59 0.55 0 0.01 236.38 0.97 0.7
Hex 68 71 FD 3B 37 0 1 EC 61 46
Octal 150 161 375 73 67 0 1 354 141 106
Binary 1101000 1110001 11111101 111011 110111 0 1 11101100 1100001 1000110

Color Harmonies of #6871FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871FD

Black with #6871FD

Text Example


Text Example

White with #6871FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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