#7061D8

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

Shades of Slate Blue #7061D8

Tints of Slate Blue #7061D8

Color information

#7061D8 (or 0x7061D8) is unknown color: approx Slate Blue. HEX triplet: 70, 61 and D8. RGB value is (112,97,216). Sum of RGB (Red+Green+Blue) = 112+97+216=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #7061D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061D8 is #8F9E27. Grayscale: #727272. Windows color (decimal): -9412136 or 14180720. OLE color: 14180720.

HSL color Cylindrical-coordinate representation of color #7061D8: hue angle of 247.56º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7061D8 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11297216-
CMYK0.480.5500.15
HSL247.56º60.41%61.37%-
HSV(B)247.56º55.09%84.71%-
XYZ23.3516.9567.01-
YUV115.05184.97125.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=26.35%
G=22.82%
B=50.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112972160.480.5500.15247.5660.4161.37
Hex7061D830370Ff83c3d
Octal16014133060670173707475
Binary11100001100001110110001100001101110111111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7061D8; }

 p { color: rgb(112,97,216); }

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

<style>
 a { background-color: #7061D8; }

 a { background-color: rgb(112,97,216); }

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

<style>
 span { border-color: #7061D8; }

 span { border-color: rgb(112,97,216); }

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