#672369

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

Shades of Seance #672369

Tints of Seance #672369

Color information

#672369 (or 0x672369) is unknown color: approx Seance. HEX triplet: 67, 23 and 69. RGB value is (103,35,105). Sum of RGB (Red+Green+Blue) = 103+35+105=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #672369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672369 is #98DC96. Grayscale: #3F3F3F. Windows color (decimal): -10017943 or 6890343. OLE color: 6890343.

HSL color Cylindrical-coordinate representation of color #672369: hue angle of 298.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672369 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10335105-
CMYK0.020.6700.59
HSL298.29º50%27.45%-
HSV(B)298.29º66.67%41.18%-
XYZ8.745.1113.89-
YUV63.31151.53156.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.39%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=42.39%
G=14.40%
B=43.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103351050.020.6700.59298.295027.45
Hex67236924303B12a321b
Octal1474315121030734526233
Binary11001111000111101001101000011011101110010101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672369; }

 p { color: rgb(103,35,105); }

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

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

 a { background-color: rgb(103,35,105); }

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

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

 span { border-color: rgb(103,35,105); }

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