#6B4381

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

Shades of Affair #6B4381

Tints of Affair #6B4381

Color information

#6B4381 (or 0x6B4381) is unknown color: approx Affair. HEX triplet: 6B, 43 and 81. RGB value is (107,67,129). Sum of RGB (Red+Green+Blue) = 107+67+129=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B4381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4381 is #94BC7E. Grayscale: #555555. Windows color (decimal): -9747583 or 8471403. OLE color: 8471403.

HSL color Cylindrical-coordinate representation of color #6B4381: hue angle of 278.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4381 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10767129-
CMYK0.170.4800.49
HSL278.71º31.63%38.43%-
HSV(B)278.71º48.06%50.59%-
XYZ12.038.7321.82-
YUV86.03152.25142.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=35.31%
G=22.11%
B=42.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107671290.170.4800.49278.7131.6338.43
Hex6B438111300311172026
Octal15310320121600614274046
Binary1101011100001110000001100011100000110001100010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,129); }

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

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

 a { background-color: rgb(107,67,129); }

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

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

 span { border-color: rgb(107,67,129); }

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