Html Css Color HEX #6C4778 Affair

📋 copy color: '#6C4778'

red 108 ◦ green 71 ◦ blue 120

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

Shades of Affair #6C4778

Tints of Affair #6C4778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 36.12%
G = 23.75%
B = 40.13%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C4778 (or 0x6C4778) is known color: Affair. HEX triplet: 6C, 47 and 78. RGB value is (108,71,120). Sum of RGB (Red+Green+Blue) = 108+71+120=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4778 is #93B887. Grayscale: #575757. Windows color (decimal): -9681032 or 7882604. OLE color: 7882604.

HSL color Cylindrical-coordinate representation of color #6C4778: hue angle of 285.31º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C4778 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 71 120 -
CMYK 0.10 0.41 0 0.53
HSL 285.31º 0.26% 0.37% -
HSV(B) 285.31º 0.41% 0.47% -
XYZ 11.83 9.05 18.89 -
YUV 87.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 108 71 120 0.10 0.41 0 0.53 285.31 0.26 0.37
Hex 6C 47 78 A 29 0 35 11D 1A 25
Octal 154 107 170 12 51 0 65 435 32 45
Binary 1101100 1000111 1111000 1010 101001 0 110101 100011101 11010 100101

Color Harmonies of #6C4778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4778

Black with #6C4778

Text Example


Text Example

White with #6C4778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,120); }

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

background-color css

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

 a { background-color: rgb(108,71,120); }

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

border-color css

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

 span { border-color: rgb(108,71,120); }

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