#6B458D

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

Shades of Affair #6B458D

Tints of Affair #6B458D

Color information

#6B458D (or 0x6B458D) is unknown color: approx Affair. HEX triplet: 6B, 45 and 8D. RGB value is (107,69,141). Sum of RGB (Red+Green+Blue) = 107+69+141=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B458D is #94BA72. Grayscale: #585858. Windows color (decimal): -9747059 or 9258347. OLE color: 9258347.

HSL color Cylindrical-coordinate representation of color #6B458D: hue angle of 271.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B458D is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10769141-
CMYK0.240.5100.45
HSL271.67º34.29%41.18%-
HSV(B)271.67º51.06%55.29%-
XYZ139.3126.31-
YUV88.57157.59141.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=33.75%
G=21.77%
B=44.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107691410.240.5100.45271.6734.2941.18
Hex6B458D183302D1102229
Octal15310521530630554204251
Binary1101011100010110001101110001100110101101100010000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,141); }

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

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

 a { background-color: rgb(107,69,141); }

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

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

 span { border-color: rgb(107,69,141); }

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