Html Css Color HEX #6C4680 Affair

📋 copy color: '#6C4680'

red 108 ◦ green 70 ◦ blue 128

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

Shades of Affair #6C4680

Tints of Affair #6C4680

RGB

 RED value IS 108 (42.58% from 255) = 35.29%

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 35.29%
G = 22.88%
B = 41.83%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C4680 (or 0x6C4680) is known color: Affair. HEX triplet: 6C, 46 and 80. RGB value is (108,70,128). Sum of RGB (Red+Green+Blue) = 108+70+128=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C4680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4680 is #93B97F. Grayscale: #575757. Windows color (decimal): -9681280 or 8406636. OLE color: 8406636.

HSL color Cylindrical-coordinate representation of color #6C4680: hue angle of 279.31º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C4680 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 70 128 -
CMYK 0.16 0.45 0 0.50
HSL 279.31º 0.29% 0.39% -
HSV(B) 279.31º 0.45% 0.5% -
XYZ 12.27 9.13 21.54 -
YUV 87.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 108 70 128 0.16 0.45 0 0.50 279.31 0.29 0.39
Hex 6C 46 80 10 2D 0 32 117 1D 27
Octal 154 106 200 20 55 0 62 427 35 47
Binary 1101100 1000110 10000000 10000 101101 0 110010 100010111 11101 100111

Color Harmonies of #6C4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4680

Black with #6C4680

Text Example


Text Example

White with #6C4680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,128); }

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

background-color css

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

 a { background-color: rgb(108,70,128); }

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

border-color css

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

 span { border-color: rgb(108,70,128); }

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