#68316F

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

Shades of Seance #68316F

Tints of Seance #68316F

Color information

#68316F (or 0x68316F) is unknown color: approx Seance. HEX triplet: 68, 31 and 6F. RGB value is (104,49,111). Sum of RGB (Red+Green+Blue) = 104+49+111=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #68316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68316F is #97CE90. Grayscale: #484848. Windows color (decimal): -9948817 or 7287144. OLE color: 7287144.

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

Color convert

RGB10449111-
CMYK0.060.5600.56
HSL293.23º38.75%31.37%-
HSV(B)293.23º55.86%43.53%-
XYZ9.686.2915.74-
YUV72.51149.72150.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=39.39%
G=18.56%
B=42.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104491110.060.5600.56293.2338.7531.37
Hex68316F638038125271f
Octal150611576700704454737
Binary11010001100011101111110111000011100010010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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