#6A1D6F

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

Shades of Seance #6A1D6F

Tints of Seance #6A1D6F

Color information

#6A1D6F (or 0x6A1D6F) is unknown color: approx Seance. HEX triplet: 6A, 1D and 6F. RGB value is (106,29,111). Sum of RGB (Red+Green+Blue) = 106+29+111=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A1D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1D6F is #95E290. Grayscale: #3D3D3D. Windows color (decimal): -9822865 or 7282026. OLE color: 7282026.

HSL color Cylindrical-coordinate representation of color #6A1D6F: hue angle of 296.34º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A1D6F is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10629111-
CMYK0.050.7400.56
HSL296.34º58.57%27.45%-
HSV(B)296.34º73.87%43.53%-
XYZ9.255.0915.53-
YUV61.37156.01159.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=43.09%
G=11.79%
B=45.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106291110.050.7400.56296.3458.5727.45
Hex6A1D6F54A0381283b1b
Octal1523515751120704507333
Binary11010101110111011111011001010011100010010100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1D6F; }

 p { color: rgb(106,29,111); }

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

<style>
 a { background-color: #6A1D6F; }

 a { background-color: rgb(106,29,111); }

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

<style>
 span { border-color: #6A1D6F; }

 span { border-color: rgb(106,29,111); }

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