Html Css Color HEX #664C7D Affair

📋 copy color: '#664C7D'

red 102 ◦ green 76 ◦ blue 125

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

Shades of Affair #664C7D

Tints of Affair #664C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 33.66%
G = 25.08%
B = 41.25%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#664C7D (or 0x664C7D) is known color: Affair. HEX triplet: 66, 4C and 7D. RGB value is (102,76,125). Sum of RGB (Red+Green+Blue) = 102+76+125=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #664C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C7D is #99B382. Grayscale: #595959. Windows color (decimal): -10072963 or 8211558. OLE color: 8211558.

HSL color Cylindrical-coordinate representation of color #664C7D: hue angle of 271.84º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664C7D is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 76 125 -
CMYK 0.18 0.39 0 0.51
HSL 271.84º 0.24% 0.39% -
HSV(B) 271.84º 0.39% 0.49% -
XYZ 11.77 9.47 20.61 -
YUV 89.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 102 76 125 0.18 0.39 0 0.51 271.84 0.24 0.39
Hex 66 4C 7D 12 27 0 33 110 18 27
Octal 146 114 175 22 47 0 63 420 30 47
Binary 1100110 1001100 1111101 10010 100111 0 110011 100010000 11000 100111

Color Harmonies of #664C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C7D

Black with #664C7D

Text Example


Text Example

White with #664C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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