#672968

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

Shades of Seance #672968

Tints of Seance #672968

Color information

#672968 (or 0x672968) is unknown color: approx Seance. HEX triplet: 67, 29 and 68. RGB value is (103,41,104). Sum of RGB (Red+Green+Blue) = 103+41+104=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #672968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672968 is #98D697. Grayscale: #424242. Windows color (decimal): -10016408 or 6826343. OLE color: 6826343.

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

Color convert

RGB10341104-
CMYK0.010.6100.59
HSL299.05º43.45%28.43%-
HSV(B)299.05º60.58%40.78%-
XYZ8.895.4713.68-
YUV66.72149.04153.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=41.53%
G=16.53%
B=41.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103411040.010.6100.59299.0543.4528.43
Hex67296813D03B12b2b1c
Octal147511501750734535334
Binary110011110100111010001111101011101110010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672968; }

 p { color: rgb(103,41,104); }

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

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

 a { background-color: rgb(103,41,104); }

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

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

 span { border-color: rgb(103,41,104); }

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