#6972E2

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

Shades of Medium Slate Blue #6972E2

Tints of Medium Slate Blue #6972E2

Color information

#6972E2 (or 0x6972E2) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 72 and E2. RGB value is (105,114,226). Sum of RGB (Red+Green+Blue) = 105+114+226=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 226 (88.67% from 255 or 50.79% from 445); Max value from RGB is 226 - color contains mainly: blue. Hex color #6972E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972E2 is #968D1D. Grayscale: #7B7B7B. Windows color (decimal): -9866526 or 14840425. OLE color: 14840425.

HSL color Cylindrical-coordinate representation of color #6972E2: hue angle of 235.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6972E2 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105114226-
CMYK0.540.5000.11
HSL235.54º67.6%64.9%-
HSV(B)235.54º53.54%88.63%-
XYZ25.5720.5374.57-
YUV124.08185.52114.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 226 (88.67% from 255) = 50.79%
R=23.60%
G=25.62%
B=50.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051142260.540.5000.11235.5467.664.9
Hex6972E236320Bec4441
Octal1511623426662013354104101
Binary1101001111001011100010110110110010010111110110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6972E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6972E2; }

 p { color: rgb(105,114,226); }

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

<style>
 a { background-color: #6972E2; }

 a { background-color: rgb(105,114,226); }

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

<style>
 span { border-color: #6972E2; }

 span { border-color: rgb(105,114,226); }

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