#6974DD

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

Shades of Medium Slate Blue #6974DD

Tints of Medium Slate Blue #6974DD

Color information

#6974DD (or 0x6974DD) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 74 and DD. RGB value is (105,116,221). Sum of RGB (Red+Green+Blue) = 105+116+221=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6974DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974DD is #968B22. Grayscale: #7C7C7C. Windows color (decimal): -9866019 or 14513257. OLE color: 14513257.

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

Color convert

RGB105116221-
CMYK0.520.4800.13
HSL234.31º63.04%63.92%-
HSV(B)234.31º52.49%86.67%-
XYZ25.1220.7171.08-
YUV124.68182.36113.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 221 (86.72% from 255) = 50%
R=23.76%
G=26.24%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051162210.520.4800.13234.3163.0463.92
Hex6974DD34300Dea3f40
Octal151164335646001535277100
Binary110100111101001101110111010011000001101111010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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