#6E267A

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

Shades of Seance #6E267A

Tints of Seance #6E267A

Color information

#6E267A (or 0x6E267A) is unknown color: approx Seance. HEX triplet: 6E, 26 and 7A. RGB value is (110,38,122). Sum of RGB (Red+Green+Blue) = 110+38+122=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 38 (15.23% from 255 or 14.07% 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 #6E267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E267A is #91D985. Grayscale: #444444. Windows color (decimal): -9558406 or 8005230. OLE color: 8005230.

HSL color Cylindrical-coordinate representation of color #6E267A: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E267A is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11038122-
CMYK0.100.6900.52
HSL291.43º52.5%31.37%-
HSV(B)291.43º68.85%47.84%-
XYZ10.646.1119.03-
YUV69.1157.85157.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=40.74%
G=14.07%
B=45.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110381220.100.6900.52291.4352.531.37
Hex6E267AA45034123341f
Octal15646172121050644436437
Binary1101110100110111101010101000101011010010010001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,122); }

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

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

 a { background-color: rgb(110,38,122); }

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

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

 span { border-color: rgb(110,38,122); }

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