Html Css Color HEX #6E5583 Affair

📋 copy color: '#6E5583'

red 110 ◦ green 85 ◦ blue 131

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

Shades of Affair #6E5583

Tints of Affair #6E5583

RGB

 RED value IS 110 (43.36% from 255) = 33.74%

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

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

R = 33.74%
G = 26.07%
B = 40.18%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E5583 (or 0x6E5583) is known color: Affair. HEX triplet: 6E, 55 and 83. RGB value is (110,85,131). Sum of RGB (Red+Green+Blue) = 110+85+131=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E5583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5583 is #91AA7C. Grayscale: #616161. Windows color (decimal): -9546365 or 8607086. OLE color: 8607086.

HSL color Cylindrical-coordinate representation of color #6E5583: hue angle of 272.61º 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 #6E5583 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 85 131 -
CMYK 0.16 0.35 0 0.49
HSL 272.61º 0.21% 0.42% -
HSV(B) 272.61º 0.35% 0.51% -
XYZ 13.78 11.45 22.96 -
YUV 97.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 110 85 131 0.16 0.35 0 0.49 272.61 0.21 0.42
Hex 6E 55 83 10 23 0 31 111 15 2A
Octal 156 125 203 20 43 0 61 421 25 52
Binary 1101110 1010101 10000011 10000 100011 0 110001 100010001 10101 101010

Color Harmonies of #6E5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5583

Black with #6E5583

Text Example


Text Example

White with #6E5583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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