Html Css Color HEX #6A5576 Affair

📋 copy color: '#6A5576'

red 106 ◦ green 85 ◦ blue 118

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

Shades of Affair #6A5576

Tints of Affair #6A5576

RGB

 RED value IS 106 (41.8% from 255) = 34.3%

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

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 34.3%
G = 27.51%
B = 38.19%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A5576 (or 0x6A5576) is known color: Affair. HEX triplet: 6A, 55 and 76. RGB value is (106,85,118). Sum of RGB (Red+Green+Blue) = 106+85+118=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5576 is #95AA89. Grayscale: #5E5E5E. Windows color (decimal): -9808522 or 7755114. OLE color: 7755114.

HSL color Cylindrical-coordinate representation of color #6A5576: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A5576 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 85 118 -
CMYK 0.10 0.28 0 0.54
HSL 278.18º 0.16% 0.4% -
HSV(B) 278.18º 0.28% 0.46% -
XYZ 12.46 10.87 18.58 -
YUV 95.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 106 85 118 0.10 0.28 0 0.54 278.18 0.16 0.4
Hex 6A 55 76 A 1C 0 36 116 10 28
Octal 152 125 166 12 34 0 66 426 20 50
Binary 1101010 1010101 1110110 1010 11100 0 110110 100010110 10000 101000

Color Harmonies of #6A5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5576

Black with #6A5576

Text Example


Text Example

White with #6A5576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,118); }

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

background-color css

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

 a { background-color: rgb(106,85,118); }

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

border-color css

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

 span { border-color: rgb(106,85,118); }

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