#682B6E

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

Shades of Seance #682B6E

Tints of Seance #682B6E

Color information

#682B6E (or 0x682B6E) is unknown color: approx Seance. HEX triplet: 68, 2B and 6E. RGB value is (104,43,110). Sum of RGB (Red+Green+Blue) = 104+43+110=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #682B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B6E is #97D491. Grayscale: #444444. Windows color (decimal): -9950354 or 7220072. OLE color: 7220072.

HSL color Cylindrical-coordinate representation of color #682B6E: hue angle of 294.63º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682B6E is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10443110-
CMYK0.050.6100.57
HSL294.63º43.79%30%-
HSV(B)294.63º60.91%43.14%-
XYZ9.395.815.38-
YUV68.88151.21153.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=40.47%
G=16.73%
B=42.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104431100.050.6100.57294.6343.7930
Hex682B6E53D0391272c1e
Octal150531565750714475436
Binary11010001010111101110101111101011100110010011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B6E; }

 p { color: rgb(104,43,110); }

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

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

 a { background-color: rgb(104,43,110); }

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

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

 span { border-color: rgb(104,43,110); }

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