Html Css Color HEX #6879FF Light Slate Blue

📋 copy color: '#6879FF'

red 104 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #6879FF

Tints of Light Slate Blue #6879FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 21.67%
G = 25.21%
B = 53.13%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6879FF (or 0x6879FF) is known color: Light Slate Blue. HEX triplet: 68, 79 and FF. RGB value is (104,121,255). Sum of RGB (Red+Green+Blue) = 104+121+255=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #6879FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6879FF is #978600. Grayscale: #828282. Windows color (decimal): -9930241 or 16742760. OLE color: 16742760.

HSL color Cylindrical-coordinate representation of color #6879FF: hue angle of 233.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6879FF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 121 255 -
CMYK 0.59 0.53 0 0
HSL 233.25º 1% 0.7% -
HSV(B) 233.25º 0.59% 1% -
XYZ 30.6 23.84 97.6 -
YUV 131.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 104 121 255 0.59 0.53 0 0 233.25 1 0.7
Hex 68 79 FF 3B 35 0 0 E9 64 46
Octal 150 171 377 73 65 0 0 351 144 106
Binary 1101000 1111001 11111111 111011 110101 0 0 11101001 1100100 1000110

Color Harmonies of #6879FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6879FF

Black with #6879FF

Text Example


Text Example

White with #6879FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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