Html Css Color HEX #6871FF Medium Slate Blue

📋 copy color: '#6871FF'

red 104 ◦ green 113 ◦ blue 255

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

Shades of Medium Slate Blue #6871FF

Tints of Medium Slate Blue #6871FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 22.03%
G = 23.94%
B = 54.03%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6871FF (or 0x6871FF) is known color: Medium Slate Blue. HEX triplet: 68, 71 and FF. RGB value is (104,113,255). Sum of RGB (Red+Green+Blue) = 104+113+255=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6871FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FF is #978E00. Grayscale: #7D7D7D. Windows color (decimal): -9932289 or 16740712. OLE color: 16740712.

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

Color convert

RGB 104 113 255 -
CMYK 0.59 0.56 0 0
HSL 236.42º 1% 0.7% -
HSV(B) 236.42º 0.59% 1% -
XYZ 29.66 21.97 97.29 -
YUV 126.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 104 113 255 0.59 0.56 0 0 236.42 1 0.7
Hex 68 71 FF 3B 38 0 0 EC 64 46
Octal 150 161 377 73 70 0 0 354 144 106
Binary 1101000 1110001 11111111 111011 111000 0 0 11101100 1100100 1000110

Color Harmonies of #6871FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871FF

Black with #6871FF

Text Example


Text Example

White with #6871FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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