#69557C

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

Shades of Affair #69557C

Tints of Affair #69557C

Color information

#69557C (or 0x69557C) is unknown color: approx Affair. HEX triplet: 69, 55 and 7C. RGB value is (105,85,124). Sum of RGB (Red+Green+Blue) = 105+85+124=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #69557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69557C is #96AA83. Grayscale: #5F5F5F. Windows color (decimal): -9874052 or 8148329. OLE color: 8148329.

HSL color Cylindrical-coordinate representation of color #69557C: hue angle of 270.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69557C is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10585124-
CMYK0.150.3100.51
HSL270.77º18.66%40.98%-
HSV(B)270.77º31.45%48.63%-
XYZ12.7110.9620.51-
YUV95.43144.13134.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=33.44%
G=27.07%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105851240.150.3100.51270.7718.6640.98
Hex69557CF1F03310f1329
Octal15112517417370634172351
Binary110100110101011111100111111111011001110000111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69557C; }

 p { color: rgb(105,85,124); }

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

<style>
 a { background-color: #69557C; }

 a { background-color: rgb(105,85,124); }

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

<style>
 span { border-color: #69557C; }

 span { border-color: rgb(105,85,124); }

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