Html Css Color HEX #6D5583 Affair

📋 copy color: '#6D5583'

red 109 ◦ green 85 ◦ blue 131

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

Shades of Affair #6D5583

Tints of Affair #6D5583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 33.54%
G = 26.15%
B = 40.31%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D5583 (or 0x6D5583) is known color: Affair. HEX triplet: 6D, 55 and 83. RGB value is (109,85,131). Sum of RGB (Red+Green+Blue) = 109+85+131=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D5583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5583 is #92AA7C. Grayscale: #616161. Windows color (decimal): -9611901 or 8607085. OLE color: 8607085.

HSL color Cylindrical-coordinate representation of color #6D5583: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D5583 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 85 131 -
CMYK 0.17 0.35 0 0.49
HSL 271.3º 0.21% 0.42% -
HSV(B) 271.3º 0.35% 0.51% -
XYZ 13.65 11.39 22.95 -
YUV 97.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 109 85 131 0.17 0.35 0 0.49 271.3 0.21 0.42
Hex 6D 55 83 11 23 0 31 10F 15 2A
Octal 155 125 203 21 43 0 61 417 25 52
Binary 1101101 1010101 10000011 10001 100011 0 110001 100001111 10101 101010

Color Harmonies of #6D5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5583

Black with #6D5583

Text Example


Text Example

White with #6D5583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,131); }

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

background-color css

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

 a { background-color: rgb(109,85,131); }

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

border-color css

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

 span { border-color: rgb(109,85,131); }

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