#6974DE

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

Shades of Medium Slate Blue #6974DE

Tints of Medium Slate Blue #6974DE

Color information

#6974DE (or 0x6974DE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 74 and DE. RGB value is (105,116,222). Sum of RGB (Red+Green+Blue) = 105+116+222=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #6974DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974DE is #968B21. Grayscale: #7C7C7C. Windows color (decimal): -9866018 or 14578793. OLE color: 14578793.

HSL color Cylindrical-coordinate representation of color #6974DE: hue angle of 234.36º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6974DE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105116222-
CMYK0.530.4800.13
HSL234.36º63.93%64.12%-
HSV(B)234.36º52.7%87.06%-
XYZ25.2620.7771.78-
YUV124.79182.86113.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=23.70%
G=26.19%
B=50.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051162220.530.4800.13234.3663.9364.12
Hex6974DE35300Dea4040
Octal1511643366560015352100100
Binary1101001111010011011110110101110000011011110101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6974DE; }

 p { color: rgb(105,116,222); }

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

<style>
 a { background-color: #6974DE; }

 a { background-color: rgb(105,116,222); }

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

<style>
 span { border-color: #6974DE; }

 span { border-color: rgb(105,116,222); }

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