#7060D0

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

Shades of Slate Blue #7060D0

Tints of Slate Blue #7060D0

Color information

#7060D0 (or 0x7060D0) is unknown color: approx Slate Blue. HEX triplet: 70, 60 and D0. RGB value is (112,96,208). Sum of RGB (Red+Green+Blue) = 112+96+208=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #7060D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060D0 is #8F9F2F. Grayscale: #717171. Windows color (decimal): -9412400 or 13656176. OLE color: 13656176.

HSL color Cylindrical-coordinate representation of color #7060D0: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7060D0 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11296208-
CMYK0.460.5400.18
HSL248.57º54.37%59.61%-
HSV(B)248.57º53.85%81.57%-
XYZ22.2516.3661.66-
YUV113.55181.3126.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 208 (81.64% from 255) = 50%
R=26.92%
G=23.08%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112962080.460.5400.18248.5754.3759.61
Hex7060D02E36012f9363c
Octal16014032056660223716674
Binary111000011000001101000010111011011001001011111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7060D0; }

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

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

<style>
 a { background-color: #7060D0; }

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

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

<style>
 span { border-color: #7060D0; }

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

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