#7066CC

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

Shades of Slate Blue #7066CC

Tints of Slate Blue #7066CC

Color information

#7066CC (or 0x7066CC) is unknown color: approx Slate Blue. HEX triplet: 70, 66 and CC. RGB value is (112,102,204). Sum of RGB (Red+Green+Blue) = 112+102+204=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7066CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066CC is #8F9933. Grayscale: #747474. Windows color (decimal): -9410868 or 13395568. OLE color: 13395568.

HSL color Cylindrical-coordinate representation of color #7066CC: hue angle of 245.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7066CC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112102204-
CMYK0.450.500.2
HSL245.88º50%60%-
HSV(B)245.88º50%80%-
XYZ22.3317.3159.29-
YUV116.62177.31124.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=26.79%
G=24.40%
B=48.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121022040.450.500.2245.885060
Hex7066CC2D32014f6323c
Octal16014631455620243666274
Binary111000011001101100110010110111001001010011110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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