#6B4D7B

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

Shades of Affair #6B4D7B

Tints of Affair #6B4D7B

Color information

#6B4D7B (or 0x6B4D7B) is unknown color: approx Affair. HEX triplet: 6B, 4D and 7B. RGB value is (107,77,123). Sum of RGB (Red+Green+Blue) = 107+77+123=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B4D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D7B is #94B284. Grayscale: #5B5B5B. Windows color (decimal): -9745029 or 8080747. OLE color: 8080747.

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

Color convert

RGB10777123-
CMYK0.130.3700.52
HSL279.13º23%39.22%-
HSV(B)279.13º37.4%48.24%-
XYZ12.299.8619.99-
YUV91.21145.94139.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=34.85%
G=25.08%
B=40.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107771230.130.3700.52279.132339.22
Hex6B4D7BD250341171727
Octal15311517315450644272747
Binary1101011100110111110111101100101011010010001011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,123); }

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

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

 a { background-color: rgb(107,77,123); }

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

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

 span { border-color: rgb(107,77,123); }

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