Html Css Color HEX #6D4B8B Affair

📋 copy color: '#6D4B8B'

red 109 ◦ green 75 ◦ blue 139

#6D4B8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #6D4B8B

Tints of Affair #6D4B8B

RGB

 RED value IS 109 (42.97% from 255) = 33.75%

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 33.75%
G = 23.22%
B = 43.03%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D4B8B (or 0x6D4B8B) is known color: Affair. HEX triplet: 6D, 4B and 8B. RGB value is (109,75,139). Sum of RGB (Red+Green+Blue) = 109+75+139=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D4B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B8B is #92B474. Grayscale: #5C5C5C. Windows color (decimal): -9614453 or 9128813. OLE color: 9128813.

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

Color convert

RGB 109 75 139 -
CMYK 0.22 0.46 0 0.45
HSL 271.88º 0.3% 0.42% -
HSV(B) 271.88º 0.46% 0.55% -
XYZ 13.48 10.15 25.67 -
YUV 92.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 109 75 139 0.22 0.46 0 0.45 271.88 0.3 0.42
Hex 6D 4B 8B 16 2E 0 2D 110 1E 2A
Octal 155 113 213 26 56 0 55 420 36 52
Binary 1101101 1001011 10001011 10110 101110 0 101101 100010000 11110 101010

Color Harmonies of #6D4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B8B

Black with #6D4B8B

Text Example


Text Example

White with #6D4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,139); }

 H1.HeaderClassName
 {
   color: #6D4B8B;
 }
 .AnyTagClassName
 {
   color: #6D4B8B;
 }
</style>

background-color css

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

 a { background-color: rgb(109,75,139); }

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

border-color css

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

 span { border-color: rgb(109,75,139); }

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