Html Css Color HEX #6A5578 Affair

📋 copy color: '#6A5578'

red 106 ◦ green 85 ◦ blue 120

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

Shades of Affair #6A5578

Tints of Affair #6A5578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 34.08%
G = 27.33%
B = 38.59%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A5578 (or 0x6A5578) is known color: Affair. HEX triplet: 6A, 55 and 78. RGB value is (106,85,120). Sum of RGB (Red+Green+Blue) = 106+85+120=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5578 is #95AA87. Grayscale: #5F5F5F. Windows color (decimal): -9808520 or 7886186. OLE color: 7886186.

HSL color Cylindrical-coordinate representation of color #6A5578: hue angle of 276º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A5578 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 85 120 -
CMYK 0.12 0.29 0 0.53
HSL 276º 0.17% 0.4% -
HSV(B) 276º 0.29% 0.47% -
XYZ 12.58 10.92 19.21 -
YUV 95.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 106 85 120 0.12 0.29 0 0.53 276 0.17 0.4
Hex 6A 55 78 C 1D 0 35 114 11 28
Octal 152 125 170 14 35 0 65 424 21 50
Binary 1101010 1010101 1111000 1100 11101 0 110101 100010100 10001 101000

Color Harmonies of #6A5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5578

Black with #6A5578

Text Example


Text Example

White with #6A5578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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