Html Css Color HEX #6E5582 Affair

📋 copy color: '#6E5582'

red 110 ◦ green 85 ◦ blue 130

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

Shades of Affair #6E5582

Tints of Affair #6E5582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 33.85%
G = 26.15%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E5582 (or 0x6E5582) is known color: Affair. HEX triplet: 6E, 55 and 82. RGB value is (110,85,130). Sum of RGB (Red+Green+Blue) = 110+85+130=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5582 is #91AA7D. Grayscale: #616161. Windows color (decimal): -9546366 or 8541550. OLE color: 8541550.

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

Color convert

RGB 110 85 130 -
CMYK 0.15 0.35 0 0.49
HSL 273.33º 0.21% 0.42% -
HSV(B) 273.33º 0.35% 0.51% -
XYZ 13.71 11.42 22.6 -
YUV 97.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 110 85 130 0.15 0.35 0 0.49 273.33 0.21 0.42
Hex 6E 55 82 F 23 0 31 111 15 2A
Octal 156 125 202 17 43 0 61 421 25 52
Binary 1101110 1010101 10000010 1111 100011 0 110001 100010001 10101 101010

Color Harmonies of #6E5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5582

Black with #6E5582

Text Example


Text Example

White with #6E5582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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