#6F468C

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

Shades of Affair #6F468C

Tints of Affair #6F468C

Color information

#6F468C (or 0x6F468C) is unknown color: approx Affair. HEX triplet: 6F, 46 and 8C. RGB value is (111,70,140). Sum of RGB (Red+Green+Blue) = 111+70+140=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F468C is #90B973. Grayscale: #5A5A5A. Windows color (decimal): -9484660 or 9193071. OLE color: 9193071.

HSL color Cylindrical-coordinate representation of color #6F468C: hue angle of 275.14º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F468C is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11170140-
CMYK0.210.5000.45
HSL275.14º33.33%41.18%-
HSV(B)275.14º50%54.9%-
XYZ13.489.6525.96-
YUV90.24156.08142.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=34.58%
G=21.81%
B=43.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111701400.210.5000.45275.1433.3341.18
Hex6F468C153202D1132129
Octal15710621425620554234151
Binary1101111100011010001100101011100100101101100010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,140); }

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

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

 a { background-color: rgb(111,70,140); }

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

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

 span { border-color: rgb(111,70,140); }

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