Html Css Color HEX #6874FE Medium Slate Blue

📋 copy color: '#6874FE'

red 104 ◦ green 116 ◦ blue 254

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

Shades of Medium Slate Blue #6874FE

Tints of Medium Slate Blue #6874FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

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

R = 21.94%
G = 24.47%
B = 53.59%

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

#6874FE (or 0x6874FE) is known color: Medium Slate Blue. HEX triplet: 68, 74 and FE. RGB value is (104,116,254). Sum of RGB (Red+Green+Blue) = 104+116+254=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #6874FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874FE is #978B01. Grayscale: #7F7F7F. Windows color (decimal): -9931522 or 16675944. OLE color: 16675944.

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

Color convert

RGB 104 116 254 -
CMYK 0.59 0.54 0 0.00
HSL 235.2º 0.99% 0.7% -
HSV(B) 235.2º 0.59% 1% -
XYZ 29.84 22.59 96.55 -
YUV 128.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 104 116 254 0.59 0.54 0 0.00 235.2 0.99 0.7
Hex 68 74 FE 3B 36 0 0 EB 63 46
Octal 150 164 376 73 66 0 0 353 143 106
Binary 1101000 1110100 11111110 111011 110110 0 0 11101011 1100011 1000110

Color Harmonies of #6874FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6874FE

Black with #6874FE

Text Example


Text Example

White with #6874FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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