Html Css Color HEX #6877FA Medium Slate Blue

📋 copy color: '#6877FA'

red 104 ◦ green 119 ◦ blue 250

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

Shades of Medium Slate Blue #6877FA

Tints of Medium Slate Blue #6877FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

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

R = 21.99%
G = 25.16%
B = 52.85%

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

#6877FA (or 0x6877FA) is known color: Medium Slate Blue. HEX triplet: 68, 77 and FA. RGB value is (104,119,250). Sum of RGB (Red+Green+Blue) = 104+119+250=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #6877FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6877FA is #978805. Grayscale: #808080. Windows color (decimal): -9930758 or 16414568. OLE color: 16414568.

HSL color Cylindrical-coordinate representation of color #6877FA: hue angle of 233.84º 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 #6877FA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 119 250 -
CMYK 0.58 0.52 0 0.02
HSL 233.84º 0.94% 0.69% -
HSV(B) 233.84º 0.58% 0.98% -
XYZ 29.56 23.04 93.33 -
YUV 129.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 104 119 250 0.58 0.52 0 0.02 233.84 0.94 0.69
Hex 68 77 FA 3A 34 0 2 EA 5E 45
Octal 150 167 372 72 64 0 2 352 136 105
Binary 1101000 1110111 11111010 111010 110100 0 10 11101010 1011110 1000101

Color Harmonies of #6877FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877FA

Black with #6877FA

Text Example


Text Example

White with #6877FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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