#6974FA

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

Shades of Medium Slate Blue #6974FA

Tints of Medium Slate Blue #6974FA

Color information

#6974FA (or 0x6974FA) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 74 and FA. RGB value is (105,116,250). Sum of RGB (Red+Green+Blue) = 105+116+250=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #6974FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6974FA is #968B05. Grayscale: #7F7F7F. Windows color (decimal): -9865990 or 16413801. OLE color: 16413801.

HSL color Cylindrical-coordinate representation of color #6974FA: hue angle of 235.45º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6974FA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105116250-
CMYK0.580.5400.02
HSL235.45º93.55%69.61%-
HSV(B)235.45º58%98.04%-
XYZ29.3322.493.22-
YUV127.99196.86111.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=22.29%
G=24.63%
B=53.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051162500.580.5400.02235.4593.5569.61
Hex6974FA3A3602eb5e46
Octal151164372726602353136106
Binary11010011110100111110101110101101100101110101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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