#68167D

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

Shades of Seance #68167D

Tints of Seance #68167D

Color information

#68167D (or 0x68167D) is unknown color: approx Seance. HEX triplet: 68, 16 and 7D. RGB value is (104,22,125). Sum of RGB (Red+Green+Blue) = 104+22+125=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #68167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68167D is #97E982. Grayscale: #393939. Windows color (decimal): -9955715 or 8197736. OLE color: 8197736.

HSL color Cylindrical-coordinate representation of color #68167D: hue angle of 287.77º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68167D is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10422125-
CMYK0.170.8200.51
HSL287.77º70.07%28.82%-
HSV(B)287.77º82.4%49.02%-
XYZ9.7519.86-
YUV58.26165.67160.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=41.43%
G=8.76%
B=49.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104221250.170.8200.51287.7770.0728.82
Hex68167D1152033120461d
Octal150261752112206344010635
Binary11010001011011111011000110100100110011100100000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68167D; }

 p { color: rgb(104,22,125); }

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

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

 a { background-color: rgb(104,22,125); }

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

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

 span { border-color: rgb(104,22,125); }

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