#664F78

Color #664F78 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #664F78

Tints of Affair #664F78

Color information

#664F78 (or 0x664F78) is unknown color: approx Affair. HEX triplet: 66, 4F and 78. RGB value is (102,79,120). Sum of RGB (Red+Green+Blue) = 102+79+120=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #664F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F78 is #99B087. Grayscale: #5A5A5A. Windows color (decimal): -10072200 or 7884646. OLE color: 7884646.

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

Color convert

RGB10279120-
CMYK0.150.3400.53
HSL273.66º20.6%39.02%-
HSV(B)273.66º34.17%47.06%-
XYZ11.679.7719.04-
YUV90.55144.62136.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=33.89%
G=26.25%
B=39.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102791200.150.3400.53273.6620.639.02
Hex664F78F220351121527
Octal14611717017420654222547
Binary1100110100111111110001111100010011010110001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #664F78;
 }
 .AnyTagClassName
 {
   color: #664F78;
 }
</style>
background-color css

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

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

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

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

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

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