#6972EE

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

Shades of Medium Slate Blue #6972EE

Tints of Medium Slate Blue #6972EE

Color information

#6972EE (or 0x6972EE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 72 and EE. RGB value is (105,114,238). Sum of RGB (Red+Green+Blue) = 105+114+238=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #6972EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6972EE is #968D11. Grayscale: #7C7C7C. Windows color (decimal): -9866514 or 15626857. OLE color: 15626857.

HSL color Cylindrical-coordinate representation of color #6972EE: hue angle of 235.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6972EE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105114238-
CMYK0.560.5200.07
HSL235.94º79.64%67.25%-
HSV(B)235.94º55.88%93.33%-
XYZ27.2821.2183.55-
YUV125.44191.52113.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.98%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=22.98%
G=24.95%
B=52.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051142380.560.5200.07235.9479.6467.25
Hex6972EE383407ec5043
Octal151162356706407354120103
Binary110100111100101110111011100011010001111110110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6972EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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