#6B4A7A

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

Shades of Affair #6B4A7A

Tints of Affair #6B4A7A

Color information

#6B4A7A (or 0x6B4A7A) is unknown color: approx Affair. HEX triplet: 6B, 4A and 7A. RGB value is (107,74,122). Sum of RGB (Red+Green+Blue) = 107+74+122=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B4A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A7A is #94B585. Grayscale: #595959. Windows color (decimal): -9745798 or 8014443. OLE color: 8014443.

HSL color Cylindrical-coordinate representation of color #6B4A7A: hue angle of 281.25º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4A7A is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10774122-
CMYK0.120.3900.52
HSL281.25º24.49%38.43%-
HSV(B)281.25º39.34%47.84%-
XYZ12.039.4319.6-
YUV89.34146.43140.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=35.31%
G=24.42%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107741220.120.3900.52281.2524.4938.43
Hex6B4A7AC270341191826
Octal15311217214470644313046
Binary1101011100101011110101100100111011010010001100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,74,122); }

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

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

 a { background-color: rgb(107,74,122); }

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

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

 span { border-color: rgb(107,74,122); }

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