#683466

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

Shades of Seance #683466

Tints of Seance #683466

Color information

#683466 (or 0x683466) is unknown color: approx Seance. HEX triplet: 68, 34 and 66. RGB value is (104,52,102). Sum of RGB (Red+Green+Blue) = 104+52+102=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #683466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683466 is #97CB99. Grayscale: #494949. Windows color (decimal): -9948058 or 6698088. OLE color: 6698088.

HSL color Cylindrical-coordinate representation of color #683466: hue angle of 302.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683466 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10452102-
CMYK00.500.020.59
HSL302.31º33.33%30.59%-
HSV(B)302.31º50%40.78%-
XYZ9.346.3613.31-
YUV73.25144.23149.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=40.31%
G=20.16%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045210200.500.020.59302.3133.3330.59
Hex68346603223B12e211f
Octal150641460622734564137
Binary1101000110100110011001100101011101110010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683466; }

 p { color: rgb(104,52,102); }

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

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

 a { background-color: rgb(104,52,102); }

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

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

 span { border-color: rgb(104,52,102); }

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