#674364

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

Shades of Seance #674364

Tints of Seance #674364

Color information

#674364 (or 0x674364) is unknown color: approx Seance. HEX triplet: 67, 43 and 64. RGB value is (103,67,100). Sum of RGB (Red+Green+Blue) = 103+67+100=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 103 - color contains mainly: red. Hex color #674364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674364 is #98BC9B. Grayscale: #515151. Windows color (decimal): -10009756 or 6570855. OLE color: 6570855.

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

Color convert

RGB10367100-
CMYK00.350.030.60
HSL305º21.18%33.33%-
HSV(B)305º34.95%40.39%-
XYZ9.97.8213.04-
YUV81.53138.43143.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=38.15%
G=24.81%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1036710000.350.030.6030521.1833.33
Hex67436402333C1311521
Octal1471031440433744612541
Binary11001111000011110010001000111111110010011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674364; }

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

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

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

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

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

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

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

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