#6976FE

Color #6976FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #6976FE

Tints of Light Slate Blue #6976FE

Color information

#6976FE (or 0x6976FE) is unknown color: approx Light Slate Blue. HEX triplet: 69, 76 and FE. RGB value is (105,118,254). Sum of RGB (Red+Green+Blue) = 105+118+254=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 118 (46.48% from 255 or 24.74% 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 #6976FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6976FE is #968901. Grayscale: #818181. Windows color (decimal): -9865474 or 16676457. OLE color: 16676457.

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

Color convert

RGB105118254-
CMYK0.590.5400.00
HSL234.77º98.68%70.39%-
HSV(B)234.77º58.66%99.61%-
XYZ30.1923.1296.64-
YUV129.62198.19110.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 254 (99.61% from 255) = 53.25%
R=22.01%
G=24.74%
B=53.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051182540.590.5400.00234.7798.6870.39
Hex6976FE3B3600eb6346
Octal151166376736600353143106
Binary1101001111011011111110111011110110001110101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,118,254); }

 H1.HeaderClassName
 {
   color: #6976FE;
 }
 .AnyTagClassName
 {
   color: #6976FE;
 }
</style>
background-color css

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

 a { background-color: rgb(105,118,254); }

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

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

 span { border-color: rgb(105,118,254); }

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