#69477F

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

Shades of Affair #69477F

Tints of Affair #69477F

Color information

#69477F (or 0x69477F) is unknown color: approx Affair. HEX triplet: 69, 47 and 7F. RGB value is (105,71,127). Sum of RGB (Red+Green+Blue) = 105+71+127=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #69477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69477F is #96B880. Grayscale: #575757. Windows color (decimal): -9877633 or 8341353. OLE color: 8341353.

HSL color Cylindrical-coordinate representation of color #69477F: hue angle of 276.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69477F is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10571127-
CMYK0.170.4400.50
HSL276.43º28.28%38.82%-
HSV(B)276.43º44.09%49.8%-
XYZ11.919.0421.2-
YUV87.55150.26140.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 127 (50% from 255) = 41.91%
R=34.65%
G=23.43%
B=41.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105711270.170.4400.50276.4328.2838.82
Hex69477F112C0321141c27
Octal15110717721540624243447
Binary11010011000111111111110001101100011001010001010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69477F; }

 p { color: rgb(105,71,127); }

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

<style>
 a { background-color: #69477F; }

 a { background-color: rgb(105,71,127); }

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

<style>
 span { border-color: #69477F; }

 span { border-color: rgb(105,71,127); }

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