Html Css Color HEX #6D587C Affair

📋 copy color: '#6D587C'

red 109 ◦ green 88 ◦ blue 124

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

Shades of Affair #6D587C

Tints of Affair #6D587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 33.96%
G = 27.41%
B = 38.63%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D587C (or 0x6D587C) is known color: Affair. HEX triplet: 6D, 58 and 7C. RGB value is (109,88,124). Sum of RGB (Red+Green+Blue) = 109+88+124=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D587C is #92A783. Grayscale: #626262. Windows color (decimal): -9611140 or 8149101. OLE color: 8149101.

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

Color convert

RGB 109 88 124 -
CMYK 0.12 0.29 0 0.51
HSL 275º 0.17% 0.42% -
HSV(B) 275º 0.29% 0.49% -
XYZ 13.43 11.69 20.62 -
YUV 98.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 109 88 124 0.12 0.29 0 0.51 275 0.17 0.42
Hex 6D 58 7C C 1D 0 33 113 11 2A
Octal 155 130 174 14 35 0 63 423 21 52
Binary 1101101 1011000 1111100 1100 11101 0 110011 100010011 10001 101010

Color Harmonies of #6D587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D587C

Black with #6D587C

Text Example


Text Example

White with #6D587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,124); }

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

background-color css

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

 a { background-color: rgb(109,88,124); }

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

border-color css

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

 span { border-color: rgb(109,88,124); }

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