#6B3B84

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

Shades of Affair #6B3B84

Tints of Affair #6B3B84

Color information

#6B3B84 (or 0x6B3B84) is unknown color: approx Affair. HEX triplet: 6B, 3B and 84. RGB value is (107,59,132). Sum of RGB (Red+Green+Blue) = 107+59+132=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B3B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3B84 is #94C47B. Grayscale: #515151. Windows color (decimal): -9749628 or 8665963. OLE color: 8665963.

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

Color convert

RGB10759132-
CMYK0.190.5500.48
HSL279.45º38.22%37.45%-
HSV(B)279.45º55.3%51.76%-
XYZ11.797.9222.74-
YUV81.67156.4146.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=35.91%
G=19.80%
B=44.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107591320.190.5500.48279.4538.2237.45
Hex6B3B8413370301172625
Octal1537320423670604274645
Binary110101111101110000100100111101110110000100010111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,132); }

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

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

 a { background-color: rgb(107,59,132); }

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

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

 span { border-color: rgb(107,59,132); }

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