#6C587A

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

Shades of Affair #6C587A

Tints of Affair #6C587A

Color information

#6C587A (or 0x6C587A) is unknown color: approx Affair. HEX triplet: 6C, 58 and 7A. RGB value is (108,88,122). Sum of RGB (Red+Green+Blue) = 108+88+122=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C587A is #93A785. Grayscale: #616161. Windows color (decimal): -9676678 or 8018028. OLE color: 8018028.

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

Color convert

RGB10888122-
CMYK0.110.2800.52
HSL275.29º16.19%41.18%-
HSV(B)275.29º27.87%47.84%-
XYZ13.1911.5719.95-
YUV97.86141.63135.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=33.96%
G=27.67%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108881220.110.2800.52275.2916.1941.18
Hex6C587AB1C0341131029
Octal15413017213340644232051
Binary110110010110001111010101111100011010010001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,122); }

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

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

 a { background-color: rgb(108,88,122); }

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

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

 span { border-color: rgb(108,88,122); }

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