#6F497C

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

Shades of Affair #6F497C

Tints of Affair #6F497C

Color information

#6F497C (or 0x6F497C) is unknown color: approx Affair. HEX triplet: 6F, 49 and 7C. RGB value is (111,73,124). Sum of RGB (Red+Green+Blue) = 111+73+124=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F497C is #90B683. Grayscale: #5A5A5A. Windows color (decimal): -9483908 or 8145263. OLE color: 8145263.

HSL color Cylindrical-coordinate representation of color #6F497C: hue angle of 284.71º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F497C is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11173124-
CMYK0.100.4100.51
HSL284.71º25.89%38.63%-
HSV(B)284.71º41.13%48.63%-
XYZ12.589.620.26-
YUV90.18147.09142.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=36.04%
G=23.70%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111731240.100.4100.51284.7125.8938.63
Hex6F497CA2903311d1a27
Octal15711117412510634353247
Binary1101111100100111111001010101001011001110001110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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