#7066C8

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

Shades of Slate Blue #7066C8

Tints of Slate Blue #7066C8

Color information

#7066C8 (or 0x7066C8) is unknown color: approx Slate Blue. HEX triplet: 70, 66 and C8. RGB value is (112,102,200). Sum of RGB (Red+Green+Blue) = 112+102+200=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #7066C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066C8 is #8F9937. Grayscale: #737373. Windows color (decimal): -9410872 or 13133424. OLE color: 13133424.

HSL color Cylindrical-coordinate representation of color #7066C8: hue angle of 246.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7066C8 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112102200-
CMYK0.440.4900.22
HSL246.12º47.12%59.22%-
HSV(B)246.12º49%78.43%-
XYZ21.8617.1256.8-
YUV116.16175.31125.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=27.05%
G=24.64%
B=48.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121022000.440.4900.22246.1247.1259.22
Hex7066C82C31016f62f3b
Octal16014631054610263665773
Binary111000011001101100100010110011000101011011110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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