#682869

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

Shades of Seance #682869

Tints of Seance #682869

Color information

#682869 (or 0x682869) is unknown color: approx Seance. HEX triplet: 68, 28 and 69. RGB value is (104,40,105). Sum of RGB (Red+Green+Blue) = 104+40+105=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #682869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682869 is #97D796. Grayscale: #424242. Windows color (decimal): -9951127 or 6891624. OLE color: 6891624.

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

Color convert

RGB10440105-
CMYK0.010.6200.59
HSL299.08º44.83%28.43%-
HSV(B)299.08º61.9%41.18%-
XYZ9.025.4813.95-
YUV66.55149.7154.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=41.77%
G=16.06%
B=42.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104401050.010.6200.59299.0844.8328.43
Hex68286913E03B12b2d1c
Octal150501511760734535534
Binary110100010100011010011111110011101110010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682869; }

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

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

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

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

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

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

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

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