#6C4583

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

Shades of Affair #6C4583

Tints of Affair #6C4583

Color information

#6C4583 (or 0x6C4583) is unknown color: approx Affair. HEX triplet: 6C, 45 and 83. RGB value is (108,69,131). Sum of RGB (Red+Green+Blue) = 108+69+131=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C4583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4583 is #93BA7C. Grayscale: #575757. Windows color (decimal): -9681533 or 8602988. OLE color: 8602988.

HSL color Cylindrical-coordinate representation of color #6C4583: hue angle of 277.74º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C4583 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10869131-
CMYK0.180.4700.49
HSL277.74º31%39.22%-
HSV(B)277.74º47.33%51.37%-
XYZ12.419.0822.57-
YUV87.73152.42142.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=35.06%
G=22.40%
B=42.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108691310.180.4700.49277.743139.22
Hex6C4583122F0311161f27
Octal15410520322570614263747
Binary110110010001011000001110010101111011000110001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,131); }

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

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

 a { background-color: rgb(108,69,131); }

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

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

 span { border-color: rgb(108,69,131); }

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