#6B498C

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

Shades of Affair #6B498C

Tints of Affair #6B498C

Color information

#6B498C (or 0x6B498C) is unknown color: approx Affair. HEX triplet: 6B, 49 and 8C. RGB value is (107,73,140). Sum of RGB (Red+Green+Blue) = 107+73+140=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B498C is #94B673. Grayscale: #5A5A5A. Windows color (decimal): -9746036 or 9193835. OLE color: 9193835.

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

Color convert

RGB10773140-
CMYK0.240.4800.45
HSL270.45º31.46%41.76%-
HSV(B)270.45º47.86%54.9%-
XYZ13.189.7826-
YUV90.8155.76139.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=33.44%
G=22.81%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107731400.240.4800.45270.4531.4641.76
Hex6B498C183002D10e1f2a
Octal15311121430600554163752
Binary110101110010011000110011000110000010110110000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,140); }

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

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

 a { background-color: rgb(107,73,140); }

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

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

 span { border-color: rgb(107,73,140); }

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