#7066C6

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

Shades of Slate Blue #7066C6

Tints of Slate Blue #7066C6

Color information

#7066C6 (or 0x7066C6) is unknown color: approx Slate Blue. HEX triplet: 70, 66 and C6. RGB value is (112,102,198). Sum of RGB (Red+Green+Blue) = 112+102+198=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #7066C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066C6 is #8F9939. Grayscale: #737373. Windows color (decimal): -9410874 or 13002352. OLE color: 13002352.

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

Color convert

RGB112102198-
CMYK0.430.4800.22
HSL246.25º45.71%58.82%-
HSV(B)246.25º48.48%77.65%-
XYZ21.6317.0255.57-
YUV115.93174.31125.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=27.18%
G=24.76%
B=48.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121021980.430.4800.22246.2545.7158.82
Hex7066C62B30016f62e3b
Octal16014630653600263665673
Binary111000011001101100011010101111000001011011110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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