#6B3C83

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

Shades of Affair #6B3C83

Tints of Affair #6B3C83

Color information

#6B3C83 (or 0x6B3C83) is unknown color: approx Affair. HEX triplet: 6B, 3C and 83. RGB value is (107,60,131). Sum of RGB (Red+Green+Blue) = 107+60+131=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B3C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3C83 is #94C37C. Grayscale: #515151. Windows color (decimal): -9749373 or 8600683. OLE color: 8600683.

HSL color Cylindrical-coordinate representation of color #6B3C83: hue angle of 279.72º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3C83 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10760131-
CMYK0.180.5400.49
HSL279.72º37.17%37.45%-
HSV(B)279.72º54.2%51.37%-
XYZ11.78822.4-
YUV82.15155.57145.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=35.91%
G=20.13%
B=43.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107601310.180.5400.49279.7237.1737.45
Hex6B3C8312360311182525
Octal1537420322660614304545
Binary110101111110010000011100101101100110001100011000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,131); }

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

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

 a { background-color: rgb(107,60,131); }

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

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

 span { border-color: rgb(107,60,131); }

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