#674263

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

Shades of Seance #674263

Tints of Seance #674263

Color information

#674263 (or 0x674263) is unknown color: approx Seance. HEX triplet: 67, 42 and 63. RGB value is (103,66,99). Sum of RGB (Red+Green+Blue) = 103+66+99=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #674263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674263 is #98BD9C. Grayscale: #505050. Windows color (decimal): -10010013 or 6505063. OLE color: 6505063.

HSL color Cylindrical-coordinate representation of color #674263: hue angle of 306.49º 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 #674263 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1036699-
CMYK00.360.040.60
HSL306.49º21.89%33.14%-
HSV(B)306.49º35.92%40.39%-
XYZ9.797.6812.77-
YUV80.82138.26143.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=38.43%
G=24.63%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103669900.360.040.60306.4921.8933.14
Hex67426302443C1321621
Octal1471021430444744622641
Binary110011110000101100011010010010011110010011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674263; }

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

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

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

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

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

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

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

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