Html Css Color HEX #6D5283 Affair

📋 copy color: '#6D5283'

red 109 ◦ green 82 ◦ blue 131

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

Shades of Affair #6D5283

Tints of Affair #6D5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 33.85%
G = 25.47%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D5283 (or 0x6D5283) is known color: Affair. HEX triplet: 6D, 52 and 83. RGB value is (109,82,131). Sum of RGB (Red+Green+Blue) = 109+82+131=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D5283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5283 is #92AD7C. Grayscale: #5F5F5F. Windows color (decimal): -9612669 or 8606317. OLE color: 8606317.

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

Color convert

RGB 109 82 131 -
CMYK 0.17 0.37 0 0.49
HSL 273.06º 0.23% 0.42% -
HSV(B) 273.06º 0.37% 0.51% -
XYZ 13.42 10.92 22.87 -
YUV 95.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 109 82 131 0.17 0.37 0 0.49 273.06 0.23 0.42
Hex 6D 52 83 11 25 0 31 111 17 2A
Octal 155 122 203 21 45 0 61 421 27 52
Binary 1101101 1010010 10000011 10001 100101 0 110001 100010001 10111 101010

Color Harmonies of #6D5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5283

Black with #6D5283

Text Example


Text Example

White with #6D5283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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