#654E79

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

Shades of Affair #654E79

Tints of Affair #654E79

Color information

#654E79 (or 0x654E79) is unknown color: approx Affair. HEX triplet: 65, 4E and 79. RGB value is (101,78,121). Sum of RGB (Red+Green+Blue) = 101+78+121=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #654E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E79 is #9AB186. Grayscale: #595959. Windows color (decimal): -10137991 or 7949925. OLE color: 7949925.

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

Color convert

RGB10178121-
CMYK0.170.3600.53
HSL272.09º21.61%39.02%-
HSV(B)272.09º35.54%47.45%-
XYZ11.549.619.33-
YUV89.78145.62136-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=33.67%
G=26%
B=40.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101781210.170.3600.53272.0921.6139.02
Hex654E7911240351101627
Octal14511617121440654202647
Binary11001011001110111100110001100100011010110001000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654E79; }

 p { color: rgb(101,78,121); }

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

<style>
 a { background-color: #654E79; }

 a { background-color: rgb(101,78,121); }

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

<style>
 span { border-color: #654E79; }

 span { border-color: rgb(101,78,121); }

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