#674264

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

Shades of Seance #674264

Tints of Seance #674264

Color information

#674264 (or 0x674264) is unknown color: approx Seance. HEX triplet: 67, 42 and 64. RGB value is (103,66,100). Sum of RGB (Red+Green+Blue) = 103+66+100=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #674264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674264 is #98BD9B. Grayscale: #505050. Windows color (decimal): -10010012 or 6570599. OLE color: 6570599.

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

Color convert

RGB10366100-
CMYK00.360.030.60
HSL304.86º21.89%33.14%-
HSV(B)304.86º35.92%40.39%-
XYZ9.847.713.02-
YUV80.94138.76143.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=38.29%
G=24.54%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1036610000.360.030.60304.8621.8933.14
Hex67426402433C1311621
Octal1471021440443744612641
Binary11001111000010110010001001001111110010011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674264; }

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

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

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

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

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

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

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

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