#6D3B8C

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

Shades of Affair #6D3B8C

Tints of Affair #6D3B8C

Color information

#6D3B8C (or 0x6D3B8C) is unknown color: approx Affair. HEX triplet: 6D, 3B and 8C. RGB value is (109,59,140). Sum of RGB (Red+Green+Blue) = 109+59+140=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D3B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3B8C is #92C473. Grayscale: #525252. Windows color (decimal): -9618548 or 9190253. OLE color: 9190253.

HSL color Cylindrical-coordinate representation of color #6D3B8C: hue angle of 277.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3B8C is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10959140-
CMYK0.220.5800.45
HSL277.04º40.7%39.02%-
HSV(B)277.04º57.86%54.9%-
XYZ12.68.2725.74-
YUV83.18160.06146.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=35.39%
G=19.16%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109591400.220.5800.45277.0440.739.02
Hex6D3B8C163A02D1152927
Octal1557321426720554255147
Binary110110111101110001100101101110100101101100010101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,59,140); }

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

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

 a { background-color: rgb(109,59,140); }

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

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

 span { border-color: rgb(109,59,140); }

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