#682B69

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

Shades of Seance #682B69

Tints of Seance #682B69

Color information

#682B69 (or 0x682B69) is unknown color: approx Seance. HEX triplet: 68, 2B and 69. RGB value is (104,43,105). Sum of RGB (Red+Green+Blue) = 104+43+105=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #682B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B69 is #97D496. Grayscale: #444444. Windows color (decimal): -9950359 or 6892392. OLE color: 6892392.

HSL color Cylindrical-coordinate representation of color #682B69: hue angle of 299.03º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B69 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10443105-
CMYK0.010.5900.59
HSL299.03º41.89%29.02%-
HSV(B)299.03º59.05%41.18%-
XYZ9.125.6913.98-
YUV68.31148.71153.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=41.27%
G=17.06%
B=41.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104431050.010.5900.59299.0341.8929.02
Hex682B6913B03B12b2a1d
Octal150531511730734535235
Binary110100010101111010011111011011101110010101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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