#6C597B

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

Shades of Affair #6C597B

Tints of Affair #6C597B

Color information

#6C597B (or 0x6C597B) is unknown color: approx Affair. HEX triplet: 6C, 59 and 7B. RGB value is (108,89,123). Sum of RGB (Red+Green+Blue) = 108+89+123=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C597B is #93A684. Grayscale: #626262. Windows color (decimal): -9676421 or 8083820. OLE color: 8083820.

HSL color Cylindrical-coordinate representation of color #6C597B: hue angle of 273.53º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C597B is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10889123-
CMYK0.120.2800.52
HSL273.53º16.04%41.57%-
HSV(B)273.53º27.64%48.24%-
XYZ13.3311.7620.31-
YUV98.56141.79134.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=33.75%
G=27.81%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108891230.120.2800.52273.5316.0441.57
Hex6C597BC1C034112102a
Octal15413117314340644222052
Binary110110010110011111011110011100011010010001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C597B; }

 p { color: rgb(108,89,123); }

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

<style>
 a { background-color: #6C597B; }

 a { background-color: rgb(108,89,123); }

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

<style>
 span { border-color: #6C597B; }

 span { border-color: rgb(108,89,123); }

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