#681375

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

Shades of Seance #681375

Tints of Seance #681375

Color information

#681375 (or 0x681375) is unknown color: approx Seance. HEX triplet: 68, 13 and 75. RGB value is (104,19,117). Sum of RGB (Red+Green+Blue) = 104+19+117=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #681375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681375 is #97EC8A. Grayscale: #373737. Windows color (decimal): -9956491 or 7672680. OLE color: 7672680.

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

Color convert

RGB10419117-
CMYK0.110.8400.54
HSL292.04º72.06%26.67%-
HSV(B)292.04º83.76%45.88%-
XYZ9.154.6917.25-
YUV55.59162.66162.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=43.33%
G=7.92%
B=48.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104191170.110.8400.54292.0472.0626.67
Hex681375B54036124481b
Octal150231651312406644411033
Binary1101000100111110101101110101000110110100100100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681375; }

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

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

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

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

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

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

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

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