#674664

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

Shades of Seance #674664

Tints of Seance #674664

Color information

#674664 (or 0x674664) is unknown color: approx Seance. HEX triplet: 67, 46 and 64. RGB value is (103,70,100). Sum of RGB (Red+Green+Blue) = 103+70+100=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #674664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674664 is #98B99B. Grayscale: #535353. Windows color (decimal): -10008988 or 6571623. OLE color: 6571623.

HSL color Cylindrical-coordinate representation of color #674664: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #674664 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10370100-
CMYK00.320.030.60
HSL305.45º19.08%33.92%-
HSV(B)305.45º32.04%40.39%-
XYZ10.088.1813.1-
YUV83.29137.43142.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=37.73%
G=25.64%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1037010000.320.030.60305.4519.0833.92
Hex67466402033C1311322
Octal1471061440403744612342
Binary11001111000110110010001000001111110010011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674664; }

 p { color: rgb(103,70,100); }

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

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

 a { background-color: rgb(103,70,100); }

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

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

 span { border-color: rgb(103,70,100); }

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