Html Css Color HEX #674C81 Affair

📋 copy color: '#674C81'

red 103 ◦ green 76 ◦ blue 129

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

Shades of Affair #674C81

Tints of Affair #674C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 33.44%
G = 24.68%
B = 41.88%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674C81 (or 0x674C81) is known color: Affair. HEX triplet: 67, 4C and 81. RGB value is (103,76,129). Sum of RGB (Red+Green+Blue) = 103+76+129=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #674C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C81 is #98B37E. Grayscale: #595959. Windows color (decimal): -10007423 or 8473703. OLE color: 8473703.

HSL color Cylindrical-coordinate representation of color #674C81: hue angle of 270.57º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #674C81 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 76 129 -
CMYK 0.20 0.41 0 0.49
HSL 270.57º 0.26% 0.4% -
HSV(B) 270.57º 0.41% 0.51% -
XYZ 12.14 9.64 21.99 -
YUV 90.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 103 76 129 0.20 0.41 0 0.49 270.57 0.26 0.4
Hex 67 4C 81 14 29 0 31 10F 1A 28
Octal 147 114 201 24 51 0 61 417 32 50
Binary 1100111 1001100 10000001 10100 101001 0 110001 100001111 11010 101000

Color Harmonies of #674C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C81

Black with #674C81

Text Example


Text Example

White with #674C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,76,129); }

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

background-color css

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

 a { background-color: rgb(103,76,129); }

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

border-color css

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

 span { border-color: rgb(103,76,129); }

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