Html Css Color HEX #6879FA Medium Slate Blue

📋 copy color: '#6879FA'

red 104 ◦ green 121 ◦ blue 250

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

Shades of Medium Slate Blue #6879FA

Tints of Medium Slate Blue #6879FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 21.89%
G = 25.47%
B = 52.63%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6879FA (or 0x6879FA) is known color: Medium Slate Blue. HEX triplet: 68, 79 and FA. RGB value is (104,121,250). Sum of RGB (Red+Green+Blue) = 104+121+250=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #6879FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6879FA is #978605. Grayscale: #828282. Windows color (decimal): -9930246 or 16415080. OLE color: 16415080.

HSL color Cylindrical-coordinate representation of color #6879FA: hue angle of 233.01º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6879FA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 121 250 -
CMYK 0.58 0.52 0 0.02
HSL 233.01º 0.94% 0.69% -
HSV(B) 233.01º 0.58% 0.98% -
XYZ 29.8 23.52 93.41 -
YUV 130.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 104 121 250 0.58 0.52 0 0.02 233.01 0.94 0.69
Hex 68 79 FA 3A 34 0 2 E9 5E 45
Octal 150 171 372 72 64 0 2 351 136 105
Binary 1101000 1111001 11111010 111010 110100 0 10 11101001 1011110 1000101

Color Harmonies of #6879FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6879FA

Black with #6879FA

Text Example


Text Example

White with #6879FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6879FA; }

 p { color: rgb(104,121,250); }

 H1.HeaderClassName
 {
   color: #6879FA;
 }
 .AnyTagClassName
 {
   color: #6879FA;
 }
</style>

background-color css

<style>
 a { background-color: #6879FA; }

 a { background-color: rgb(104,121,250); }

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

border-color css

<style>
 span { border-color: #6879FA; }

 span { border-color: rgb(104,121,250); }

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