Html Css Color HEX #664C77 Affair

📋 copy color: '#664C77'

red 102 ◦ green 76 ◦ blue 119

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

Shades of Affair #664C77

Tints of Affair #664C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 34.34%
G = 25.59%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#664C77 (or 0x664C77) is known color: Affair. HEX triplet: 66, 4C and 77. RGB value is (102,76,119). Sum of RGB (Red+Green+Blue) = 102+76+119=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #664C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C77 is #99B388. Grayscale: #585858. Windows color (decimal): -10072969 or 7818342. OLE color: 7818342.

HSL color Cylindrical-coordinate representation of color #664C77: hue angle of 276.28º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664C77 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 76 119 -
CMYK 0.14 0.36 0 0.53
HSL 276.28º 0.22% 0.38% -
HSV(B) 276.28º 0.36% 0.47% -
XYZ 11.39 9.33 18.65 -
YUV 88.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 102 76 119 0.14 0.36 0 0.53 276.28 0.22 0.38
Hex 66 4C 77 E 24 0 35 114 16 26
Octal 146 114 167 16 44 0 65 424 26 46
Binary 1100110 1001100 1110111 1110 100100 0 110101 100010100 10110 100110

Color Harmonies of #664C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C77

Black with #664C77

Text Example


Text Example

White with #664C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,119); }

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

background-color css

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

 a { background-color: rgb(102,76,119); }

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

border-color css

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

 span { border-color: rgb(102,76,119); }

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