#6F74FA

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

Shades of Medium Slate Blue #6F74FA

Tints of Medium Slate Blue #6F74FA

Color information

#6F74FA (or 0x6F74FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 74 and FA. RGB value is (111,116,250). Sum of RGB (Red+Green+Blue) = 111+116+250=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F74FA is #908B05. Grayscale: #818181. Windows color (decimal): -9472774 or 16413807. OLE color: 16413807.

HSL color Cylindrical-coordinate representation of color #6F74FA: hue angle of 237.84º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F74FA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111116250-
CMYK0.560.5400.02
HSL237.84º93.29%70.78%-
HSV(B)237.84º55.6%98.04%-
XYZ30.0622.7793.25-
YUV129.78195.84114.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=23.27%
G=24.32%
B=52.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111162500.560.5400.02237.8493.2970.78
Hex6F74FA383602ee5d47
Octal157164372706602356135107
Binary11011111110100111110101110001101100101110111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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