#6F498A

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

Shades of Affair #6F498A

Tints of Affair #6F498A

Color information

#6F498A (or 0x6F498A) is unknown color: approx Affair. HEX triplet: 6F, 49 and 8A. RGB value is (111,73,138). Sum of RGB (Red+Green+Blue) = 111+73+138=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F498A is #90B675. Grayscale: #5B5B5B. Windows color (decimal): -9483894 or 9062767. OLE color: 9062767.

HSL color Cylindrical-coordinate representation of color #6F498A: hue angle of 275.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F498A is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11173138-
CMYK0.200.4700.46
HSL275.08º30.81%41.37%-
HSV(B)275.08º47.1%54.12%-
XYZ13.539.9825.26-
YUV91.77154.09141.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=34.47%
G=22.67%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111731380.200.4700.46275.0830.8141.37
Hex6F498A142F02E1131f29
Octal15711121224570564233751
Binary110111110010011000101010100101111010111010001001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,138); }

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

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

 a { background-color: rgb(111,73,138); }

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

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

 span { border-color: rgb(111,73,138); }

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