#6A74FA

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

Shades of Medium Slate Blue #6A74FA

Tints of Medium Slate Blue #6A74FA

Color information

#6A74FA (or 0x6A74FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 74 and FA. RGB value is (106,116,250). Sum of RGB (Red+Green+Blue) = 106+116+250=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A74FA is #958B05. Grayscale: #7F7F7F. Windows color (decimal): -9800454 or 16413802. OLE color: 16413802.

HSL color Cylindrical-coordinate representation of color #6A74FA: hue angle of 235.83º 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 #6A74FA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106116250-
CMYK0.580.5400.02
HSL235.83º93.51%69.8%-
HSV(B)235.83º57.6%98.04%-
XYZ29.4422.4693.23-
YUV128.29196.69112.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 250 (98.05% from 255) = 52.97%
R=22.46%
G=24.58%
B=52.97%

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
Decimal1061162500.580.5400.02235.8393.5169.8
Hex6A74FA3A3602ec5e46
Octal152164372726602354136106
Binary11010101110100111110101110101101100101110110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A74FA; }

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

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

<style>
 a { background-color: #6A74FA; }

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

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

<style>
 span { border-color: #6A74FA; }

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

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