#6F74F2

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

Shades of Medium Slate Blue #6F74F2

Tints of Medium Slate Blue #6F74F2

Color information

#6F74F2 (or 0x6F74F2) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 74 and F2. RGB value is (111,116,242). Sum of RGB (Red+Green+Blue) = 111+116+242=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F74F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F74F2 is #908B0D. Grayscale: #808080. Windows color (decimal): -9472782 or 15889519. OLE color: 15889519.

HSL color Cylindrical-coordinate representation of color #6F74F2: hue angle of 237.71º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F74F2 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111116242-
CMYK0.540.5200.05
HSL237.71º83.44%69.22%-
HSV(B)237.71º54.13%94.9%-
XYZ28.8322.2886.79-
YUV128.87191.84115.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.67%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 242 (94.92% from 255) = 51.60%
R=23.67%
G=24.73%
B=51.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111162420.540.5200.05237.7183.4469.22
Hex6F74F2363405ee5345
Octal157164362666405356123105
Binary110111111101001111001011011011010001011110111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F74F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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