#6B408A

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

Shades of Affair #6B408A

Tints of Affair #6B408A

Color information

#6B408A (or 0x6B408A) is unknown color: approx Affair. HEX triplet: 6B, 40 and 8A. RGB value is (107,64,138). Sum of RGB (Red+Green+Blue) = 107+64+138=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B408A is #94BF75. Grayscale: #555555. Windows color (decimal): -9748342 or 9060459. OLE color: 9060459.

HSL color Cylindrical-coordinate representation of color #6B408A: hue angle of 274.86º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B408A is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10764138-
CMYK0.220.5400.46
HSL274.86º36.63%39.61%-
HSV(B)274.86º53.62%54.12%-
XYZ12.488.6325.05-
YUV85.29157.75143.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=34.63%
G=20.71%
B=44.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107641380.220.5400.46274.8636.6339.61
Hex6B408A163602E1132528
Octal15310021226660564234550
Binary1101011100000010001010101101101100101110100010011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,138); }

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

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

 a { background-color: rgb(107,64,138); }

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

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

 span { border-color: rgb(107,64,138); }

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