#68376F

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

Shades of Seance #68376F

Tints of Seance #68376F

Color information

#68376F (or 0x68376F) is unknown color: approx Seance. HEX triplet: 68, 37 and 6F. RGB value is (104,55,111). Sum of RGB (Red+Green+Blue) = 104+55+111=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #68376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68376F is #97C890. Grayscale: #4B4B4B. Windows color (decimal): -9947281 or 7288680. OLE color: 7288680.

HSL color Cylindrical-coordinate representation of color #68376F: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68376F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10455111-
CMYK0.060.5000.56
HSL292.5º33.73%32.55%-
HSV(B)292.5º50.45%43.53%-
XYZ9.946.8215.83-
YUV76.04147.73147.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=38.52%
G=20.37%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104551110.060.5000.56292.533.7332.55
Hex68376F6320381242221
Octal150671576620704444241
Binary110100011011111011111101100100111000100100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68376F; }

 p { color: rgb(104,55,111); }

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

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

 a { background-color: rgb(104,55,111); }

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

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

 span { border-color: rgb(104,55,111); }

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