#6972DC

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

Shades of Medium Slate Blue #6972DC

Tints of Medium Slate Blue #6972DC

Color information

#6972DC (or 0x6972DC) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 72 and DC. RGB value is (105,114,220). Sum of RGB (Red+Green+Blue) = 105+114+220=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6972DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972DC is #968D23. Grayscale: #7A7A7A. Windows color (decimal): -9866532 or 14447209. OLE color: 14447209.

HSL color Cylindrical-coordinate representation of color #6972DC: hue angle of 235.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6972DC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105114220-
CMYK0.520.4800.14
HSL235.3º62.16%63.73%-
HSV(B)235.3º52.27%86.27%-
XYZ24.7620.2170.31-
YUV123.39182.52114.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=23.92%
G=25.97%
B=50.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051142200.520.4800.14235.362.1663.73
Hex6972DC34300Eeb3e40
Octal151162334646001635376100
Binary110100111100101101110011010011000001110111010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6972DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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