#68177E

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

Shades of Seance #68177E

Tints of Seance #68177E

Color information

#68177E (or 0x68177E) is unknown color: approx Seance. HEX triplet: 68, 17 and 7E. RGB value is (104,23,126). Sum of RGB (Red+Green+Blue) = 104+23+126=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #68177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68177E is #97E881. Grayscale: #3A3A3A. Windows color (decimal): -9955458 or 8263528. OLE color: 8263528.

HSL color Cylindrical-coordinate representation of color #68177E: hue angle of 287.18º degrees, saturation: 0.69, 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 #68177E is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10423126-
CMYK0.170.8200.51
HSL287.18º69.13%29.22%-
HSV(B)287.18º81.75%49.41%-
XYZ9.785.0620.2-
YUV58.96165.84160.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 126 (49.61% from 255) = 49.80%
R=41.11%
G=9.09%
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
Decimal104231260.170.8200.51287.1869.1329.22
Hex68177E115203311f451d
Octal150271762112206343710535
Binary11010001011111111101000110100100110011100011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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