#6C3E85

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

Shades of Affair #6C3E85

Tints of Affair #6C3E85

Color information

#6C3E85 (or 0x6C3E85) is unknown color: approx Affair. HEX triplet: 6C, 3E and 85. RGB value is (108,62,133). Sum of RGB (Red+Green+Blue) = 108+62+133=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C3E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3E85 is #93C17A. Grayscale: #535353. Windows color (decimal): -9683323 or 8732268. OLE color: 8732268.

HSL color Cylindrical-coordinate representation of color #6C3E85: hue angle of 278.87º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C3E85 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10862133-
CMYK0.190.5300.48
HSL278.87º36.41%38.24%-
HSV(B)278.87º53.38%52.16%-
XYZ12.148.3323.16-
YUV83.85155.74145.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=35.64%
G=20.46%
B=43.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108621330.190.5300.48278.8736.4138.24
Hex6C3E8513350301172426
Octal1547620523650604274446
Binary110110011111010000101100111101010110000100010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,62,133); }

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

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

 a { background-color: rgb(108,62,133); }

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

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

 span { border-color: rgb(108,62,133); }

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