Html Css Color HEX #674E80 Affair

📋 copy color: '#674E80'

red 103 ◦ green 78 ◦ blue 128

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

Shades of Affair #674E80

Tints of Affair #674E80

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 33.33%
G = 25.24%
B = 41.42%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#674E80 (or 0x674E80) is known color: Affair. HEX triplet: 67, 4E and 80. RGB value is (103,78,128). Sum of RGB (Red+Green+Blue) = 103+78+128=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #674E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E80 is #98B17F. Grayscale: #5A5A5A. Windows color (decimal): -10006912 or 8408679. OLE color: 8408679.

HSL color Cylindrical-coordinate representation of color #674E80: hue angle of 270º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674E80 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 78 128 -
CMYK 0.20 0.39 0 0.50
HSL 270º 0.24% 0.4% -
HSV(B) 270º 0.39% 0.5% -
XYZ 12.21 9.89 21.69 -
YUV 91.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 103 78 128 0.20 0.39 0 0.50 270 0.24 0.4
Hex 67 4E 80 14 27 0 32 10E 18 28
Octal 147 116 200 24 47 0 62 416 30 50
Binary 1100111 1001110 10000000 10100 100111 0 110010 100001110 11000 101000

Color Harmonies of #674E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E80

Black with #674E80

Text Example


Text Example

White with #674E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674E80; }

 p { color: rgb(103,78,128); }

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

background-color css

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

 a { background-color: rgb(103,78,128); }

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

border-color css

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

 span { border-color: rgb(103,78,128); }

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