#6D70D0

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

Shades of Slate Blue #6D70D0

Tints of Slate Blue #6D70D0

Color information

#6D70D0 (or 0x6D70D0) is unknown color: approx Slate Blue. HEX triplet: 6D, 70 and D0. RGB value is (109,112,208). Sum of RGB (Red+Green+Blue) = 109+112+208=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D70D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70D0 is #928F2F. Grayscale: #797979. Windows color (decimal): -9604912 or 13660269. OLE color: 13660269.

HSL color Cylindrical-coordinate representation of color #6D70D0: hue angle of 238.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D70D0 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109112208-
CMYK0.480.4600.18
HSL238.18º51.3%62.16%-
HSV(B)238.18º47.6%81.57%-
XYZ23.4919.3962.18-
YUV122.05176.51118.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=25.41%
G=26.11%
B=48.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091122080.480.4600.18238.1851.362.16
Hex6D70D0302E012ee333e
Octal15516032060560223566376
Binary110110111100001101000011000010111001001011101110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,208); }

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

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

 a { background-color: rgb(109,112,208); }

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

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

 span { border-color: rgb(109,112,208); }

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