Html Css Color HEX #6874EB Medium Slate Blue

📋 copy color: '#6874EB'

red 104 ◦ green 116 ◦ blue 235

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

Shades of Medium Slate Blue #6874EB

Tints of Medium Slate Blue #6874EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 22.86%
G = 25.49%
B = 51.65%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6874EB (or 0x6874EB) is known color: Medium Slate Blue. HEX triplet: 68, 74 and EB. RGB value is (104,116,235). Sum of RGB (Red+Green+Blue) = 104+116+235=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #6874EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874EB is #978B14. Grayscale: #7D7D7D. Windows color (decimal): -9931541 or 15430760. OLE color: 15430760.

HSL color Cylindrical-coordinate representation of color #6874EB: hue angle of 234.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6874EB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 116 235 -
CMYK 0.56 0.51 0 0.08
HSL 234.5º 0.77% 0.66% -
HSV(B) 234.5º 0.56% 0.92% -
XYZ 26.95 21.43 81.31 -
YUV 125.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 104 116 235 0.56 0.51 0 0.08 234.5 0.77 0.66
Hex 68 74 EB 38 33 0 8 EB 4D 42
Octal 150 164 353 70 63 0 10 353 115 102
Binary 1101000 1110100 11101011 111000 110011 0 1000 11101011 1001101 1000010

Color Harmonies of #6874EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6874EB

Black with #6874EB

Text Example


Text Example

White with #6874EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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