#6F79DE

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

Shades of Medium Slate Blue #6F79DE

Tints of Medium Slate Blue #6F79DE

Color information

#6F79DE (or 0x6F79DE) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 79 and DE. RGB value is (111,121,222). Sum of RGB (Red+Green+Blue) = 111+121+222=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F79DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79DE is #908621. Grayscale: #818181. Windows color (decimal): -9471522 or 14580079. OLE color: 14580079.

HSL color Cylindrical-coordinate representation of color #6F79DE: hue angle of 234.59º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F79DE is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111121222-
CMYK0.50.4500.13
HSL234.59º62.71%65.29%-
HSV(B)234.59º50%87.06%-
XYZ26.5822.3372.02-
YUV129.52180.19114.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=24.45%
G=26.65%
B=48.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111212220.50.4500.13234.5962.7165.29
Hex6F79DE322D0Deb3f41
Octal157171336625501535377101
Binary110111111110011101111011001010110101101111010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,222); }

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

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

 a { background-color: rgb(111,121,222); }

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

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

 span { border-color: rgb(111,121,222); }

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