#6974E0

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

Shades of Medium Slate Blue #6974E0

Tints of Medium Slate Blue #6974E0

Color information

#6974E0 (or 0x6974E0) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 74 and E0. RGB value is (105,116,224). Sum of RGB (Red+Green+Blue) = 105+116+224=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #6974E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974E0 is #968B1F. Grayscale: #7C7C7C. Windows color (decimal): -9866016 or 14709865. OLE color: 14709865.

HSL color Cylindrical-coordinate representation of color #6974E0: hue angle of 234.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6974E0 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105116224-
CMYK0.530.4800.12
HSL234.45º65.75%64.51%-
HSV(B)234.45º53.12%87.84%-
XYZ25.5320.8873.21-
YUV125.02183.86113.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=23.60%
G=26.07%
B=50.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051162240.530.4800.12234.4565.7564.51
Hex6974E035300Cea4241
Octal1511643406560014352102101
Binary1101001111010011100000110101110000011001110101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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