#654C7D

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

Shades of Affair #654C7D

Tints of Affair #654C7D

Color information

#654C7D (or 0x654C7D) is unknown color: approx Affair. HEX triplet: 65, 4C and 7D. RGB value is (101,76,125). Sum of RGB (Red+Green+Blue) = 101+76+125=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #654C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C7D is #9AB382. Grayscale: #585858. Windows color (decimal): -10138499 or 8211557. OLE color: 8211557.

HSL color Cylindrical-coordinate representation of color #654C7D: hue angle of 270.61º 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 #654C7D is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10176125-
CMYK0.190.3900.51
HSL270.61º24.38%39.41%-
HSV(B)270.61º39.2%49.02%-
XYZ11.659.4220.61-
YUV89.06148.28136.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=33.44%
G=25.17%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101761250.190.3900.51270.6124.3839.41
Hex654C7D132703310f1827
Octal14511417523470634173047
Binary11001011001100111110110011100111011001110000111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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