Html Css Color HEX #674B76 Affair

📋 copy color: '#674B76'

red 103 ◦ green 75 ◦ blue 118

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

Shades of Affair #674B76

Tints of Affair #674B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 34.8%
G = 25.34%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#674B76 (or 0x674B76) is known color: Affair. HEX triplet: 67, 4B and 76. RGB value is (103,75,118). Sum of RGB (Red+Green+Blue) = 103+75+118=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #674B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B76 is #98B489. Grayscale: #585858. Windows color (decimal): -10007690 or 7752551. OLE color: 7752551.

HSL color Cylindrical-coordinate representation of color #674B76: hue angle of 279.07º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674B76 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 75 118 -
CMYK 0.13 0.36 0 0.54
HSL 279.07º 0.22% 0.38% -
HSV(B) 279.07º 0.36% 0.46% -
XYZ 11.38 9.22 18.32 -
YUV 88.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 103 75 118 0.13 0.36 0 0.54 279.07 0.22 0.38
Hex 67 4B 76 D 24 0 36 117 16 26
Octal 147 113 166 15 44 0 66 427 26 46
Binary 1100111 1001011 1110110 1101 100100 0 110110 100010111 10110 100110

Color Harmonies of #674B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B76

Black with #674B76

Text Example


Text Example

White with #674B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,75,118); }

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

background-color css

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

 a { background-color: rgb(103,75,118); }

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

border-color css

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

 span { border-color: rgb(103,75,118); }

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