#69557D

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

Shades of Affair #69557D

Tints of Affair #69557D

Color information

#69557D (or 0x69557D) is unknown color: approx Affair. HEX triplet: 69, 55 and 7D. RGB value is (105,85,125). Sum of RGB (Red+Green+Blue) = 105+85+125=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #69557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69557D is #96AA82. Grayscale: #5F5F5F. Windows color (decimal): -9874051 or 8213865. OLE color: 8213865.

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

Color convert

RGB10585125-
CMYK0.160.3200.51
HSL270º19.05%41.18%-
HSV(B)270º32%49.02%-
XYZ12.7810.9820.85-
YUV95.54144.63134.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=33.33%
G=26.98%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105851250.160.3200.5127019.0541.18
Hex69557D102003310e1329
Octal15112517520400634162351
Binary11010011010101111110110000100000011001110000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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