#6976EA

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

Shades of Medium Slate Blue #6976EA

Tints of Medium Slate Blue #6976EA

Color information

#6976EA (or 0x6976EA) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 76 and EA. RGB value is (105,118,234). Sum of RGB (Red+Green+Blue) = 105+118+234=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #6976EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6976EA is #968915. Grayscale: #7E7E7E. Windows color (decimal): -9865494 or 15365737. OLE color: 15365737.

HSL color Cylindrical-coordinate representation of color #6976EA: hue angle of 233.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6976EA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105118234-
CMYK0.550.5000.08
HSL233.95º75.44%66.47%-
HSV(B)233.95º55.13%91.76%-
XYZ27.1621.980.64-
YUV127.34188.19112.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.98%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=22.98%
G=25.82%
B=51.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051182340.550.5000.08233.9575.4466.47
Hex6976EA373208ea4b42
Octal1511663526762010352113102
Binary1101001111011011101010110111110010010001110101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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