Html Css Color HEX #6876FE Medium Slate Blue

📋 copy color: '#6876FE'

red 104 ◦ green 118 ◦ blue 254

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

Shades of Medium Slate Blue #6876FE

Tints of Medium Slate Blue #6876FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 21.85%
G = 24.79%
B = 53.36%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6876FE (or 0x6876FE) is known color: Medium Slate Blue. HEX triplet: 68, 76 and FE. RGB value is (104,118,254). Sum of RGB (Red+Green+Blue) = 104+118+254=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6876FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876FE is #978901. Grayscale: #808080. Windows color (decimal): -9931010 or 16676456. OLE color: 16676456.

HSL color Cylindrical-coordinate representation of color #6876FE: hue angle of 234.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 #6876FE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 118 254 -
CMYK 0.59 0.54 0 0.00
HSL 234.4º 0.99% 0.7% -
HSV(B) 234.4º 0.59% 1% -
XYZ 30.08 23.06 96.63 -
YUV 129.32 198.36 109.94 -
System Red Green Blue C M Y K H S L
Decimal 104 118 254 0.59 0.54 0 0.00 234.4 0.99 0.7
Hex 68 76 FE 3B 36 0 0 EA 63 46
Octal 150 166 376 73 66 0 0 352 143 106
Binary 1101000 1110110 11111110 111011 110110 0 0 11101010 1100011 1000110

Color Harmonies of #6876FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876FE

Black with #6876FE

Text Example


Text Example

White with #6876FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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