#6C5781

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

Shades of Affair #6C5781

Tints of Affair #6C5781

Color information

#6C5781 (or 0x6C5781) is unknown color: approx Affair. HEX triplet: 6C, 57 and 81. RGB value is (108,87,129). Sum of RGB (Red+Green+Blue) = 108+87+129=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C5781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5781 is #93A87E. Grayscale: #616161. Windows color (decimal): -9676927 or 8476524. OLE color: 8476524.

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

Color convert

RGB10887129-
CMYK0.160.3300.49
HSL270º19.44%42.35%-
HSV(B)270º32.56%50.59%-
XYZ13.5511.5922.29-
YUV98.07145.46135.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=33.33%
G=26.85%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108871290.160.3300.4927019.4442.35
Hex6C5781102103110e132a
Octal15412720120410614162352
Binary110110010101111000000110000100001011000110000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,129); }

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

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

 a { background-color: rgb(108,87,129); }

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

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

 span { border-color: rgb(108,87,129); }

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