#6B3987

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

Shades of Affair #6B3987

Tints of Affair #6B3987

Color information

#6B3987 (or 0x6B3987) is unknown color: approx Affair. HEX triplet: 6B, 39 and 87. RGB value is (107,57,135). Sum of RGB (Red+Green+Blue) = 107+57+135=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3987 is #94C678. Grayscale: #505050. Windows color (decimal): -9750137 or 8862059. OLE color: 8862059.

HSL color Cylindrical-coordinate representation of color #6B3987: hue angle of 278.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B3987 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10757135-
CMYK0.210.5800.47
HSL278.46º40.62%37.65%-
HSV(B)278.46º57.78%52.94%-
XYZ11.97.823.8-
YUV80.84158.56146.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=35.79%
G=19.06%
B=45.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107571350.210.5800.47278.4640.6237.65
Hex6B3987153A02F1162926
Octal1537120725720574265146
Binary110101111100110000111101011110100101111100010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,135); }

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

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

 a { background-color: rgb(107,57,135); }

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

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

 span { border-color: rgb(107,57,135); }

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