#6C5278

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

Shades of Affair #6C5278

Tints of Affair #6C5278

Color information

#6C5278 (or 0x6C5278) is unknown color: approx Affair. HEX triplet: 6C, 52 and 78. RGB value is (108,82,120). Sum of RGB (Red+Green+Blue) = 108+82+120=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5278 is #93AD87. Grayscale: #5D5D5D. Windows color (decimal): -9678216 or 7885420. OLE color: 7885420.

HSL color Cylindrical-coordinate representation of color #6C5278: hue angle of 281.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C5278 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10882120-
CMYK0.100.3200.53
HSL281.05º18.81%39.61%-
HSV(B)281.05º31.67%47.06%-
XYZ12.5910.5819.15-
YUV94.11142.61137.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=34.84%
G=26.45%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108821200.100.3200.53281.0518.8139.61
Hex6C5278A200351191328
Octal15412217012400654312350
Binary1101100101001011110001010100000011010110001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,120); }

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

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

 a { background-color: rgb(108,82,120); }

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

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

 span { border-color: rgb(108,82,120); }

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