#6C498B

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

Shades of Affair #6C498B

Tints of Affair #6C498B

Color information

#6C498B (or 0x6C498B) is unknown color: approx Affair. HEX triplet: 6C, 49 and 8B. RGB value is (108,73,139). Sum of RGB (Red+Green+Blue) = 108+73+139=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C498B is #93B674. Grayscale: #5A5A5A. Windows color (decimal): -9680501 or 9128300. OLE color: 9128300.

HSL color Cylindrical-coordinate representation of color #6C498B: hue angle of 271.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C498B is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10873139-
CMYK0.220.4700.45
HSL271.82º31.13%41.57%-
HSV(B)271.82º47.48%54.51%-
XYZ13.239.8225.62-
YUV90.99155.1140.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=33.75%
G=22.81%
B=43.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108731390.220.4700.45271.8231.1341.57
Hex6C498B162F02D1101f2a
Octal15411121326570554203752
Binary110110010010011000101110110101111010110110001000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,73,139); }

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

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

 a { background-color: rgb(108,73,139); }

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

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

 span { border-color: rgb(108,73,139); }

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