Html Css Color HEX #6D4589 Affair

📋 copy color: '#6D4589'

red 109 ◦ green 69 ◦ blue 137

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

Shades of Affair #6D4589

Tints of Affair #6D4589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 34.6%
G = 21.9%
B = 43.49%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D4589 (or 0x6D4589) is known color: Affair. HEX triplet: 6D, 45 and 89. RGB value is (109,69,137). Sum of RGB (Red+Green+Blue) = 109+69+137=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4589 is #92BA76. Grayscale: #585858. Windows color (decimal): -9615991 or 8996205. OLE color: 8996205.

HSL color Cylindrical-coordinate representation of color #6D4589: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4589 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 69 137 -
CMYK 0.20 0.50 0 0.46
HSL 275.29º 0.33% 0.4% -
HSV(B) 275.29º 0.5% 0.54% -
XYZ 12.95 9.31 24.78 -
YUV 88.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 109 69 137 0.20 0.50 0 0.46 275.29 0.33 0.4
Hex 6D 45 89 14 32 0 2E 113 21 28
Octal 155 105 211 24 62 0 56 423 41 50
Binary 1101101 1000101 10001001 10100 110010 0 101110 100010011 100001 101000

Color Harmonies of #6D4589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4589

Black with #6D4589

Text Example


Text Example

White with #6D4589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,137); }

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

background-color css

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

 a { background-color: rgb(109,69,137); }

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

border-color css

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

 span { border-color: rgb(109,69,137); }

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