#6F518A

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

Shades of Affair #6F518A

Tints of Affair #6F518A

Color information

#6F518A (or 0x6F518A) is unknown color: approx Affair. HEX triplet: 6F, 51 and 8A. RGB value is (111,81,138). Sum of RGB (Red+Green+Blue) = 111+81+138=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F518A is #90AE75. Grayscale: #606060. Windows color (decimal): -9481846 or 9064815. OLE color: 9064815.

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

Color convert

RGB11181138-
CMYK0.200.4100.46
HSL271.58º26.03%42.94%-
HSV(B)271.58º41.3%54.12%-
XYZ14.0911.125.44-
YUV96.47151.44138.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=33.64%
G=24.55%
B=41.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111811380.200.4100.46271.5826.0342.94
Hex6F518A142902E1101a2b
Octal15712121224510564203253
Binary110111110100011000101010100101001010111010001000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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