Html Css Color HEX #6878F5 Medium Slate Blue

📋 copy color: '#6878F5'

red 104 ◦ green 120 ◦ blue 245

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

Shades of Medium Slate Blue #6878F5

Tints of Medium Slate Blue #6878F5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

 BLUE value IS 245 (96.09% from 255) = 52.24%

R = 22.17%
G = 25.59%
B = 52.24%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6878F5 (or 0x6878F5) is known color: Medium Slate Blue. HEX triplet: 68, 78 and F5. RGB value is (104,120,245). Sum of RGB (Red+Green+Blue) = 104+120+245=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #6878F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6878F5 is #97870A. Grayscale: #808080. Windows color (decimal): -9930507 or 16087144. OLE color: 16087144.

HSL color Cylindrical-coordinate representation of color #6878F5: hue angle of 233.19º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6878F5 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 120 245 -
CMYK 0.58 0.51 0 0.04
HSL 233.19º 0.88% 0.68% -
HSV(B) 233.19º 0.58% 0.96% -
XYZ 28.91 22.97 89.3 -
YUV 129.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 104 120 245 0.58 0.51 0 0.04 233.19 0.88 0.68
Hex 68 78 F5 3A 33 0 4 E9 58 44
Octal 150 170 365 72 63 0 4 351 130 104
Binary 1101000 1111000 11110101 111010 110011 0 100 11101001 1011000 1000100

Color Harmonies of #6878F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6878F5

Black with #6878F5

Text Example


Text Example

White with #6878F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6878F5; }

 p { color: rgb(104,120,245); }

 H1.HeaderClassName
 {
   color: #6878F5;
 }
 .AnyTagClassName
 {
   color: #6878F5;
 }
</style>

background-color css

<style>
 a { background-color: #6878F5; }

 a { background-color: rgb(104,120,245); }

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

border-color css

<style>
 span { border-color: #6878F5; }

 span { border-color: rgb(104,120,245); }

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