#672869

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

Shades of Seance #672869

Tints of Seance #672869

Color information

#672869 (or 0x672869) is unknown color: approx Seance. HEX triplet: 67, 28 and 69. RGB value is (103,40,105). Sum of RGB (Red+Green+Blue) = 103+40+105=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #672869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672869 is #98D796. Grayscale: #424242. Windows color (decimal): -10016663 or 6891623. OLE color: 6891623.

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

Color convert

RGB10340105-
CMYK0.020.6200.59
HSL298.15º44.83%28.43%-
HSV(B)298.15º61.9%41.18%-
XYZ8.95.4213.94-
YUV66.25149.87154.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=41.53%
G=16.13%
B=42.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103401050.020.6200.59298.1544.8328.43
Hex67286923E03B12a2d1c
Octal147501512760734525534
Binary1100111101000110100110111110011101110010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672869; }

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

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

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

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

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

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

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

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