#6C4283

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

Shades of Affair #6C4283

Tints of Affair #6C4283

Color information

#6C4283 (or 0x6C4283) is unknown color: approx Affair. HEX triplet: 6C, 42 and 83. RGB value is (108,66,131). Sum of RGB (Red+Green+Blue) = 108+66+131=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C4283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4283 is #93BD7C. Grayscale: #555555. Windows color (decimal): -9682301 or 8602220. OLE color: 8602220.

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

Color convert

RGB10866131-
CMYK0.180.5000.49
HSL278.77º32.99%38.63%-
HSV(B)278.77º49.62%51.37%-
XYZ12.238.7222.51-
YUV85.97153.41143.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=35.41%
G=21.64%
B=42.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108661310.180.5000.49278.7732.9938.63
Hex6C428312320311172127
Octal15410220322620614274147
Binary1101100100001010000011100101100100110001100010111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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