#6B297A

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

Shades of Seance #6B297A

Tints of Seance #6B297A

Color information

#6B297A (or 0x6B297A) is unknown color: approx Seance. HEX triplet: 6B, 29 and 7A. RGB value is (107,41,122). Sum of RGB (Red+Green+Blue) = 107+41+122=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B297A is #94D685. Grayscale: #454545. Windows color (decimal): -9754246 or 8005995. OLE color: 8005995.

HSL color Cylindrical-coordinate representation of color #6B297A: hue angle of 288.89º 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 #6B297A is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10741122-
CMYK0.120.6600.52
HSL288.89º49.69%31.96%-
HSV(B)288.89º66.39%47.84%-
XYZ10.376.1219.05-
YUV69.97157.37154.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=39.63%
G=15.19%
B=45.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107411220.120.6600.52288.8949.6931.96
Hex6B297AC420341213220
Octal15351172141020644416240
Binary11010111010011111010110010000100110100100100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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