Html Css Color HEX #664F79 Affair

📋 copy color: '#664F79'

red 102 ◦ green 79 ◦ blue 121

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

Shades of Affair #664F79

Tints of Affair #664F79

RGB

 RED value IS 102 (40.23% from 255) = 33.77%

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 33.77%
G = 26.16%
B = 40.07%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#664F79 (or 0x664F79) is known color: Affair. HEX triplet: 66, 4F and 79. RGB value is (102,79,121). Sum of RGB (Red+Green+Blue) = 102+79+121=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #664F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F79 is #99B086. Grayscale: #5A5A5A. Windows color (decimal): -10072199 or 7950182. OLE color: 7950182.

HSL color Cylindrical-coordinate representation of color #664F79: hue angle of 272.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664F79 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 79 121 -
CMYK 0.16 0.35 0 0.53
HSL 272.86º 0.21% 0.39% -
HSV(B) 272.86º 0.35% 0.47% -
XYZ 11.73 9.8 19.36 -
YUV 90.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 102 79 121 0.16 0.35 0 0.53 272.86 0.21 0.39
Hex 66 4F 79 10 23 0 35 111 15 27
Octal 146 117 171 20 43 0 65 421 25 47
Binary 1100110 1001111 1111001 10000 100011 0 110101 100010001 10101 100111

Color Harmonies of #664F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F79

Black with #664F79

Text Example


Text Example

White with #664F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664F79; }

 p { color: rgb(102,79,121); }

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

background-color css

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

 a { background-color: rgb(102,79,121); }

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

border-color css

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

 span { border-color: rgb(102,79,121); }

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