#6A4267

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

Shades of Seance #6A4267

Tints of Seance #6A4267

Color information

#6A4267 (or 0x6A4267) is unknown color: approx Seance. HEX triplet: 6A, 42 and 67. RGB value is (106,66,103). Sum of RGB (Red+Green+Blue) = 106+66+103=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4267 is #95BD98. Grayscale: #525252. Windows color (decimal): -9813401 or 6767210. OLE color: 6767210.

HSL color Cylindrical-coordinate representation of color #6A4267: hue angle of 304.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A4267 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10666103-
CMYK00.380.030.58
HSL304.5º23.26%33.73%-
HSV(B)304.5º37.74%41.57%-
XYZ10.347.9413.82-
YUV82.18139.75144.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=38.55%
G=24%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066610300.380.030.58304.523.2633.73
Hex6A426702633A1301722
Octal1521021470463724602742
Binary11010101000010110011101001101111101010011000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,103); }

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

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

 a { background-color: rgb(106,66,103); }

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

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

 span { border-color: rgb(106,66,103); }

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