#7069FF

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

Shades of Medium Slate Blue #7069FF

Tints of Medium Slate Blue #7069FF

Color information

#7069FF (or 0x7069FF) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 69 and FF. RGB value is (112,105,255). Sum of RGB (Red+Green+Blue) = 112+105+255=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7069FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069FF is #8F9600. Grayscale: #7B7B7B. Windows color (decimal): -9410049 or 16738672. OLE color: 16738672.

HSL color Cylindrical-coordinate representation of color #7069FF: hue angle of 242.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7069FF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112105255-
CMYK0.560.5900
HSL242.8º100%70.59%-
HSV(B)242.8º58.82%100%-
XYZ29.7820.7797.05-
YUV124.19201.82119.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 255 (100% from 255) = 54.03%
R=23.73%
G=22.25%
B=54.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121052550.560.5900242.810070.59
Hex7069FF383B00f36447
Octal160151377707300363144107
Binary1110000110100111111111111000111011001111001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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