Html Css Color HEX #6876FF Light Slate Blue

📋 copy color: '#6876FF'

red 104 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #6876FF

Tints of Light Slate Blue #6876FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 21.8%
G = 24.74%
B = 53.46%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6876FF (or 0x6876FF) is known color: Light Slate Blue. HEX triplet: 68, 76 and FF. RGB value is (104,118,255). Sum of RGB (Red+Green+Blue) = 104+118+255=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #6876FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876FF is #978900. Grayscale: #808080. Windows color (decimal): -9931009 or 16741992. OLE color: 16741992.

HSL color Cylindrical-coordinate representation of color #6876FF: hue angle of 234.44º 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 #6876FF is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 118 255 -
CMYK 0.59 0.54 0 0
HSL 234.44º 1% 0.7% -
HSV(B) 234.44º 0.59% 1% -
XYZ 30.24 23.12 97.48 -
YUV 129.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 104 118 255 0.59 0.54 0 0 234.44 1 0.7
Hex 68 76 FF 3B 36 0 0 EA 64 46
Octal 150 166 377 73 66 0 0 352 144 106
Binary 1101000 1110110 11111111 111011 110110 0 0 11101010 1100100 1000110

Color Harmonies of #6876FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876FF

Black with #6876FF

Text Example


Text Example

White with #6876FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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