#673469

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

Shades of Seance #673469

Tints of Seance #673469

Color information

#673469 (or 0x673469) is unknown color: approx Seance. HEX triplet: 67, 34 and 69. RGB value is (103,52,105). Sum of RGB (Red+Green+Blue) = 103+52+105=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #673469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673469 is #98CB96. Grayscale: #494949. Windows color (decimal): -10013591 or 6894695. OLE color: 6894695.

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

Color convert

RGB10352105-
CMYK0.020.5000.59
HSL297.74º33.76%30.78%-
HSV(B)297.74º50.48%41.18%-
XYZ9.376.3614.1-
YUV73.29145.9149.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=39.62%
G=20%
B=40.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103521050.020.5000.59297.7433.7630.78
Hex67346923203B12a221f
Octal147641512620734524237
Binary1100111110100110100110110010011101110010101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673469; }

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

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

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

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

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

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

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

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