#682669

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

Shades of Seance #682669

Tints of Seance #682669

Color information

#682669 (or 0x682669) is unknown color: approx Seance. HEX triplet: 68, 26 and 69. RGB value is (104,38,105). Sum of RGB (Red+Green+Blue) = 104+38+105=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #682669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682669 is #97D996. Grayscale: #414141. Windows color (decimal): -9951639 or 6891112. OLE color: 6891112.

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

Color convert

RGB10438105-
CMYK0.010.6400.59
HSL299.1º46.85%28.04%-
HSV(B)299.1º63.81%41.18%-
XYZ8.955.3513.93-
YUV65.37150.37155.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=42.11%
G=15.38%
B=42.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381050.010.6400.59299.146.8528.04
Hex68266914003B12b2f1c
Octal1504615111000734535734
Binary1101000100110110100111000000011101110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682669; }

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

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

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

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

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

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

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

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