#6F297A

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

Shades of Seance #6F297A

Tints of Seance #6F297A

Color information

#6F297A (or 0x6F297A) is unknown color: approx Seance. HEX triplet: 6F, 29 and 7A. RGB value is (111,41,122). Sum of RGB (Red+Green+Blue) = 111+41+122=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F297A is #90D685. Grayscale: #464646. Windows color (decimal): -9492102 or 8005999. OLE color: 8005999.

HSL color Cylindrical-coordinate representation of color #6F297A: hue angle of 291.85º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F297A is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11141122-
CMYK0.090.6600.52
HSL291.85º49.69%31.96%-
HSV(B)291.85º66.39%47.84%-
XYZ10.866.3719.07-
YUV71.16156.69156.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=40.51%
G=14.96%
B=44.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111411220.090.6600.52291.8549.6931.96
Hex6F297A9420341243220
Octal15751172111020644446240
Binary11011111010011111010100110000100110100100100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,122); }

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

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

 a { background-color: rgb(111,41,122); }

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

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

 span { border-color: rgb(111,41,122); }

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