#7066C0

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

Shades of Slate Blue #7066C0

Tints of Slate Blue #7066C0

Color information

#7066C0 (or 0x7066C0) is unknown color: approx Slate Blue. HEX triplet: 70, 66 and C0. RGB value is (112,102,192). Sum of RGB (Red+Green+Blue) = 112+102+192=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #7066C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066C0 is #8F993F. Grayscale: #727272. Windows color (decimal): -9410880 or 12609136. OLE color: 12609136.

HSL color Cylindrical-coordinate representation of color #7066C0: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7066C0 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112102192-
CMYK0.420.4700.25
HSL246.67º41.67%57.65%-
HSV(B)246.67º46.88%75.29%-
XYZ20.9516.7552-
YUV115.25171.31125.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=27.59%
G=25.12%
B=47.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121021920.420.4700.25246.6741.6757.65
Hex7066C02A2F019f72a3a
Octal16014630052570313675272
Binary111000011001101100000010101010111101100111110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7066C0; }

 p { color: rgb(112,102,192); }

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

<style>
 a { background-color: #7066C0; }

 a { background-color: rgb(112,102,192); }

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

<style>
 span { border-color: #7066C0; }

 span { border-color: rgb(112,102,192); }

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