Html Css Color HEX #674464 Seance

📋 copy color: '#674464'

red 103 ◦ green 68 ◦ blue 100

#674464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #674464

Tints of Seance #674464

RGB

 RED value IS 103 (40.63% from 255) = 38.01%

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 38.01%
G = 25.09%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#674464 (or 0x674464) is known color: Seance. HEX triplet: 67, 44 and 64. RGB value is (103,68,100). Sum of RGB (Red+Green+Blue) = 103+68+100=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674464 is #98BB9B. Grayscale: #525252. Windows color (decimal): -10009500 or 6571111. OLE color: 6571111.

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

Color convert

RGB 103 68 100 -
CMYK 0 0.34 0.03 0.60
HSL 305.14º 0.2% 0.34% -
HSV(B) 305.14º 0.34% 0.4% -
XYZ 9.96 7.94 13.06 -
YUV 82.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 103 68 100 0 0.34 0.03 0.60 305.14 0.2 0.34
Hex 67 44 64 0 22 3 3C 131 14 22
Octal 147 104 144 0 42 3 74 461 24 42
Binary 1100111 1000100 1100100 0 100010 11 111100 100110001 10100 100010

Color Harmonies of #674464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674464

Black with #674464

Text Example


Text Example

White with #674464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674464; }

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

 H1.HeaderClassName
 {
   color: #674464;
 }
 .AnyTagClassName
 {
   color: #674464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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