Html Css Color HEX #6877FE Light Slate Blue

📋 copy color: '#6877FE'

red 104 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #6877FE

Tints of Light Slate Blue #6877FE

RGB

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

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

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

R = 21.8%
G = 24.95%
B = 53.25%

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

#6877FE (or 0x6877FE) is known color: Light Slate Blue. HEX triplet: 68, 77 and FE. RGB value is (104,119,254). Sum of RGB (Red+Green+Blue) = 104+119+254=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #6877FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6877FE is #978801. Grayscale: #818181. Windows color (decimal): -9930754 or 16676712. OLE color: 16676712.

HSL color Cylindrical-coordinate representation of color #6877FE: hue angle of 234º 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 #6877FE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 119 254 -
CMYK 0.59 0.53 0 0.00
HSL 234º 0.99% 0.7% -
HSV(B) 234º 0.59% 1% -
XYZ 30.2 23.29 96.67 -
YUV 129.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 104 119 254 0.59 0.53 0 0.00 234 0.99 0.7
Hex 68 77 FE 3B 35 0 0 EA 63 46
Octal 150 167 376 73 65 0 0 352 143 106
Binary 1101000 1110111 11111110 111011 110101 0 0 11101010 1100011 1000110

Color Harmonies of #6877FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877FE

Black with #6877FE

Text Example


Text Example

White with #6877FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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