#6B3E84

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

Shades of Affair #6B3E84

Tints of Affair #6B3E84

Color information

#6B3E84 (or 0x6B3E84) is unknown color: approx Affair. HEX triplet: 6B, 3E and 84. RGB value is (107,62,132). Sum of RGB (Red+Green+Blue) = 107+62+132=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B3E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3E84 is #94C17B. Grayscale: #535353. Windows color (decimal): -9748860 or 8666731. OLE color: 8666731.

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

Color convert

RGB10762132-
CMYK0.190.5300.48
HSL278.57º36.08%38.04%-
HSV(B)278.57º53.03%51.76%-
XYZ11.958.2422.79-
YUV83.44155.41144.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=35.55%
G=20.60%
B=43.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107621320.190.5300.48278.5736.0838.04
Hex6B3E8413350301172426
Octal1537620423650604274446
Binary110101111111010000100100111101010110000100010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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