#681770

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

Shades of Seance #681770

Tints of Seance #681770

Color information

#681770 (or 0x681770) is unknown color: approx Seance. HEX triplet: 68, 17 and 70. RGB value is (104,23,112). Sum of RGB (Red+Green+Blue) = 104+23+112=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #681770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681770 is #97E88F. Grayscale: #393939. Windows color (decimal): -9955472 or 7346024. OLE color: 7346024.

HSL color Cylindrical-coordinate representation of color #681770: hue angle of 294.61º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681770 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10423112-
CMYK0.070.7900.56
HSL294.61º65.93%26.47%-
HSV(B)294.61º79.46%43.92%-
XYZ8.944.7315.77-
YUV57.36158.84161.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=43.51%
G=9.62%
B=46.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104231120.070.7900.56294.6165.9326.47
Hex68177074F038127421a
Octal15027160711707044710232
Binary110100010111111000011110011110111000100100111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681770; }

 p { color: rgb(104,23,112); }

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

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

 a { background-color: rgb(104,23,112); }

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

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

 span { border-color: rgb(104,23,112); }

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