#7069F0

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

Shades of Medium Slate Blue #7069F0

Tints of Medium Slate Blue #7069F0

Color information

#7069F0 (or 0x7069F0) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 69 and F0. RGB value is (112,105,240). Sum of RGB (Red+Green+Blue) = 112+105+240=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #7069F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069F0 is #8F960F. Grayscale: #797979. Windows color (decimal): -9410064 or 15755632. OLE color: 15755632.

HSL color Cylindrical-coordinate representation of color #7069F0: hue angle of 243.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7069F0 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112105240-
CMYK0.530.5600.06
HSL243.11º81.82%67.65%-
HSV(B)243.11º56.25%94.12%-
XYZ27.4619.8484.82-
YUV122.48194.32120.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 240 (94.14% from 255) = 52.52%
R=24.51%
G=22.98%
B=52.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121052400.530.5600.06243.1181.8267.65
Hex7069F0353806f35244
Octal160151360657006363122104
Binary111000011010011111000011010111100001101111001110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7069F0; }

 p { color: rgb(112,105,240); }

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

<style>
 a { background-color: #7069F0; }

 a { background-color: rgb(112,105,240); }

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

<style>
 span { border-color: #7069F0; }

 span { border-color: rgb(112,105,240); }

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