#6B3A85

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

Shades of Affair #6B3A85

Tints of Affair #6B3A85

Color information

#6B3A85 (or 0x6B3A85) is unknown color: approx Affair. HEX triplet: 6B, 3A and 85. RGB value is (107,58,133). Sum of RGB (Red+Green+Blue) = 107+58+133=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3A85 is #94C57A. Grayscale: #505050. Windows color (decimal): -9749883 or 8731243. OLE color: 8731243.

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

Color convert

RGB10758133-
CMYK0.200.5600.48
HSL279.2º39.27%37.45%-
HSV(B)279.2º56.39%52.16%-
XYZ11.817.8523.08-
YUV81.2157.23146.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=35.91%
G=19.46%
B=44.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107581330.200.5600.48279.239.2737.45
Hex6B3A8514380301172725
Octal1537220524700604274745
Binary110101111101010000101101001110000110000100010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,133); }

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

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

 a { background-color: rgb(107,58,133); }

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

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

 span { border-color: rgb(107,58,133); }

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