#6E70DB

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

Shades of Medium Slate Blue #6E70DB

Tints of Medium Slate Blue #6E70DB

Color information

#6E70DB (or 0x6E70DB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 70 and DB. RGB value is (110,112,219). Sum of RGB (Red+Green+Blue) = 110+112+219=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E70DB is #918F24. Grayscale: #7B7B7B. Windows color (decimal): -9539365 or 14381166. OLE color: 14381166.

HSL color Cylindrical-coordinate representation of color #6E70DB: hue angle of 238.9º degrees, saturation: 0.6, 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 #6E70DB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110112219-
CMYK0.500.4900.14
HSL238.9º60.22%64.51%-
HSV(B)238.9º49.77%85.88%-
XYZ25.0120.0269.56-
YUV123.6181.84118.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=24.94%
G=25.40%
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
Decimal1101122190.500.4900.14238.960.2264.51
Hex6E70DB32310Eef3c41
Octal156160333626101635774101
Binary110111011100001101101111001011000101110111011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E70DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,219); }

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

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

 a { background-color: rgb(110,112,219); }

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

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

 span { border-color: rgb(110,112,219); }

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