#6E70D5

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

Shades of Slate Blue #6E70D5

Tints of Slate Blue #6E70D5

Color information

#6E70D5 (or 0x6E70D5) is unknown color: approx Slate Blue. HEX triplet: 6E, 70 and D5. RGB value is (110,112,213). Sum of RGB (Red+Green+Blue) = 110+112+213=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E70D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E70D5 is #918F2A. Grayscale: #7A7A7A. Windows color (decimal): -9539371 or 13987950. OLE color: 13987950.

HSL color Cylindrical-coordinate representation of color #6E70D5: hue angle of 238.83º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E70D5 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110112213-
CMYK0.480.4700.16
HSL238.83º55.08%63.33%-
HSV(B)238.83º48.36%83.53%-
XYZ24.2319.7165.48-
YUV122.92178.84118.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=25.29%
G=25.75%
B=48.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101122130.480.4700.16238.8355.0863.33
Hex6E70D5302F010ef373f
Octal15616032560570203576777
Binary110111011100001101010111000010111101000011101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E70D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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