Html Css Color HEX #6A5080 Affair

📋 copy color: '#6A5080'

red 106 ◦ green 80 ◦ blue 128

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

Shades of Affair #6A5080

Tints of Affair #6A5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 33.76%
G = 25.48%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A5080 (or 0x6A5080) is known color: Affair. HEX triplet: 6A, 50 and 80. RGB value is (106,80,128). Sum of RGB (Red+Green+Blue) = 106+80+128=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A5080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5080 is #95AF7F. Grayscale: #5D5D5D. Windows color (decimal): -9809792 or 8409194. OLE color: 8409194.

HSL color Cylindrical-coordinate representation of color #6A5080: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A5080 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 80 128 -
CMYK 0.17 0.38 0 0.50
HSL 272.5º 0.23% 0.41% -
HSV(B) 272.5º 0.38% 0.5% -
XYZ 12.71 10.36 21.75 -
YUV 93.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 106 80 128 0.17 0.38 0 0.50 272.5 0.23 0.41
Hex 6A 50 80 11 26 0 32 110 17 29
Octal 152 120 200 21 46 0 62 420 27 51
Binary 1101010 1010000 10000000 10001 100110 0 110010 100010000 10111 101001

Color Harmonies of #6A5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5080

Black with #6A5080

Text Example


Text Example

White with #6A5080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,128); }

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

background-color css

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

 a { background-color: rgb(106,80,128); }

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

border-color css

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

 span { border-color: rgb(106,80,128); }

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