#682070

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

Shades of Seance #682070

Tints of Seance #682070

Color information

#682070 (or 0x682070) is unknown color: approx Seance. HEX triplet: 68, 20 and 70. RGB value is (104,32,112). Sum of RGB (Red+Green+Blue) = 104+32+112=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #682070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682070 is #97DF8F. Grayscale: #3E3E3E. Windows color (decimal): -9953168 or 7348328. OLE color: 7348328.

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

Color convert

RGB10432112-
CMYK0.070.7100.56
HSL294º55.56%28.24%-
HSV(B)294º71.43%43.92%-
XYZ9.155.1515.84-
YUV62.65155.85157.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=41.94%
G=12.90%
B=45.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104321120.070.7100.5629455.5628.24
Hex682070747038126381c
Octal1504016071070704467034
Binary110100010000011100001111000111011100010010011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682070; }

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

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

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

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

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

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

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

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