#6F5485

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

Shades of Affair #6F5485

Tints of Affair #6F5485

Color information

#6F5485 (or 0x6F5485) is unknown color: approx Affair. HEX triplet: 6F, 54 and 85. RGB value is (111,84,133). Sum of RGB (Red+Green+Blue) = 111+84+133=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5485 is #90AB7A. Grayscale: #616161. Windows color (decimal): -9481083 or 8737903. OLE color: 8737903.

HSL color Cylindrical-coordinate representation of color #6F5485: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F5485 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11184133-
CMYK0.170.3700.48
HSL273.06º22.58%42.55%-
HSV(B)273.06º36.84%52.16%-
XYZ13.9611.4123.66-
YUV97.66147.95137.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=33.84%
G=25.61%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111841330.170.3700.48273.0622.5842.55
Hex6F54851125030111172b
Octal15712420521450604212753
Binary110111110101001000010110001100101011000010001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,133); }

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

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

 a { background-color: rgb(111,84,133); }

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

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

 span { border-color: rgb(111,84,133); }

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