#681975

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

Shades of Seance #681975

Tints of Seance #681975

Color information

#681975 (or 0x681975) is unknown color: approx Seance. HEX triplet: 68, 19 and 75. RGB value is (104,25,117). Sum of RGB (Red+Green+Blue) = 104+25+117=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #681975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681975 is #97E68A. Grayscale: #3A3A3A. Windows color (decimal): -9954955 or 7674216. OLE color: 7674216.

HSL color Cylindrical-coordinate representation of color #681975: hue angle of 291.52º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681975 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10425117-
CMYK0.110.7900.54
HSL291.52º64.79%27.84%-
HSV(B)291.52º78.63%45.88%-
XYZ9.274.9217.29-
YUV59.11160.67160.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=42.28%
G=10.16%
B=47.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104251170.110.7900.54291.5264.7927.84
Hex681975B4F036124411c
Octal150311651311706644410134
Binary1101000110011110101101110011110110110100100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681975; }

 p { color: rgb(104,25,117); }

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

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

 a { background-color: rgb(104,25,117); }

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

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

 span { border-color: rgb(104,25,117); }

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