#6C418A

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

Shades of Affair #6C418A

Tints of Affair #6C418A

Color information

#6C418A (or 0x6C418A) is unknown color: approx Affair. HEX triplet: 6C, 41 and 8A. RGB value is (108,65,138). Sum of RGB (Red+Green+Blue) = 108+65+138=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C418A is #93BE75. Grayscale: #555555. Windows color (decimal): -9682550 or 9060716. OLE color: 9060716.

HSL color Cylindrical-coordinate representation of color #6C418A: hue angle of 275.34º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C418A is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10865138-
CMYK0.220.5300.46
HSL275.34º35.96%39.8%-
HSV(B)275.34º52.9%54.12%-
XYZ12.668.825.08-
YUV86.18157.25143.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=34.73%
G=20.90%
B=44.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108651380.220.5300.46275.3435.9639.8
Hex6C418A163502E1132428
Octal15410121226650564234450
Binary1101100100000110001010101101101010101110100010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,138); }

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

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

 a { background-color: rgb(108,65,138); }

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

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

 span { border-color: rgb(108,65,138); }

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