#6A2975

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

Shades of Seance #6A2975

Tints of Seance #6A2975

Color information

#6A2975 (or 0x6A2975) is unknown color: approx Seance. HEX triplet: 6A, 29 and 75. RGB value is (106,41,117). Sum of RGB (Red+Green+Blue) = 106+41+117=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A2975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2975 is #95D68A. Grayscale: #444444. Windows color (decimal): -9819787 or 7678314. OLE color: 7678314.

HSL color Cylindrical-coordinate representation of color #6A2975: hue angle of 291.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2975 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10641117-
CMYK0.090.6500.54
HSL291.32º48.1%30.98%-
HSV(B)291.32º64.96%45.88%-
XYZ9.955.9317.45-
YUV69.1155.03154.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.15%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=40.15%
G=15.53%
B=44.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106411170.090.6500.54291.3248.130.98
Hex6A2975941036123301f
Octal15251165111010664436037
Binary1101010101001111010110011000001011011010010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,117); }

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

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

 a { background-color: rgb(106,41,117); }

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

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

 span { border-color: rgb(106,41,117); }

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