#68167E

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

Shades of Seance #68167E

Tints of Seance #68167E

Color information

#68167E (or 0x68167E) is unknown color: approx Seance. HEX triplet: 68, 16 and 7E. RGB value is (104,22,126). Sum of RGB (Red+Green+Blue) = 104+22+126=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #68167E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68167E is #97E981. Grayscale: #3A3A3A. Windows color (decimal): -9955714 or 8263272. OLE color: 8263272.

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

Color convert

RGB10422126-
CMYK0.170.8300.51
HSL287.31º70.27%29.02%-
HSV(B)287.31º82.54%49.41%-
XYZ9.765.0220.19-
YUV58.37166.17160.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 126 (49.61% from 255) = 50%
R=41.27%
G=8.73%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104221260.170.8300.51287.3170.2729.02
Hex68167E115303311f461d
Octal150261762112306343710635
Binary11010001011011111101000110100110110011100011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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