#6F70DC

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

Shades of Medium Slate Blue #6F70DC

Tints of Medium Slate Blue #6F70DC

Color information

#6F70DC (or 0x6F70DC) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 70 and DC. RGB value is (111,112,220). Sum of RGB (Red+Green+Blue) = 111+112+220=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70DC is #908F23. Grayscale: #7B7B7B. Windows color (decimal): -9473828 or 14446703. OLE color: 14446703.

HSL color Cylindrical-coordinate representation of color #6F70DC: hue angle of 239.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F70DC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111112220-
CMYK0.500.4900.14
HSL239.45º60.89%64.9%-
HSV(B)239.45º49.55%86.27%-
XYZ25.2720.1470.26-
YUV124.01182.17118.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=25.06%
G=25.28%
B=49.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111122200.500.4900.14239.4560.8964.9
Hex6F70DC32310Eef3d41
Octal157160334626101635775101
Binary110111111100001101110011001011000101110111011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,220); }

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

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

 a { background-color: rgb(111,112,220); }

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

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

 span { border-color: rgb(111,112,220); }

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