#661070

Color #661070 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #661070

Tints of Seance #661070

Color information

#661070 (or 0x661070) is unknown color: approx Seance. HEX triplet: 66, 10 and 70. RGB value is (102,16,112). Sum of RGB (Red+Green+Blue) = 102+16+112=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #661070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661070 is #99EF8F. Grayscale: #343434. Windows color (decimal): -10088336 or 7344230. OLE color: 7344230.

HSL color Cylindrical-coordinate representation of color #661070: hue angle of 293.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661070 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10216112-
CMYK0.090.8600.56
HSL293.75º75%25.1%-
HSV(B)293.75º85.71%43.92%-
XYZ8.594.3715.72-
YUV52.66161.49163.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=44.35%
G=6.96%
B=48.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102161120.090.8600.56293.757525.1
Hex6610709560381264b19
Octal146201601112607044611331
Binary1100110100001110000100110101100111000100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661070; }

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

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

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

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

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

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

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

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