Html Css Color HEX #6878FE Light Slate Blue

📋 copy color: '#6878FE'

red 104 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #6878FE

Tints of Light Slate Blue #6878FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 21.76%
G = 25.1%
B = 53.14%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6878FE (or 0x6878FE) is known color: Light Slate Blue. HEX triplet: 68, 78 and FE. RGB value is (104,120,254). Sum of RGB (Red+Green+Blue) = 104+120+254=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #6878FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6878FE is #978701. Grayscale: #818181. Windows color (decimal): -9930498 or 16676968. OLE color: 16676968.

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

Color convert

RGB 104 120 254 -
CMYK 0.59 0.53 0 0.00
HSL 233.6º 0.99% 0.7% -
HSV(B) 233.6º 0.59% 1% -
XYZ 30.31 23.53 96.71 -
YUV 130.49 197.7 109.1 -
System Red Green Blue C M Y K H S L
Decimal 104 120 254 0.59 0.53 0 0.00 233.6 0.99 0.7
Hex 68 78 FE 3B 35 0 0 EA 63 46
Octal 150 170 376 73 65 0 0 352 143 106
Binary 1101000 1111000 11111110 111011 110101 0 0 11101010 1100011 1000110

Color Harmonies of #6878FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6878FE

Black with #6878FE

Text Example


Text Example

White with #6878FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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