Html Css Color HEX #6C4787 Affair

📋 copy color: '#6C4787'

red 108 ◦ green 71 ◦ blue 135

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

Shades of Affair #6C4787

Tints of Affair #6C4787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 34.39%
G = 22.61%
B = 42.99%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C4787 (or 0x6C4787) is known color: Affair. HEX triplet: 6C, 47 and 87. RGB value is (108,71,135). Sum of RGB (Red+Green+Blue) = 108+71+135=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C4787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4787 is #93B878. Grayscale: #595959. Windows color (decimal): -9681017 or 8865644. OLE color: 8865644.

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

Color convert

RGB 108 71 135 -
CMYK 0.2 0.47 0 0.47
HSL 274.69º 0.31% 0.4% -
HSV(B) 274.69º 0.47% 0.53% -
XYZ 12.81 9.44 24.07 -
YUV 89.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 108 71 135 0.2 0.47 0 0.47 274.69 0.31 0.4
Hex 6C 47 87 14 2F 0 2F 113 1F 28
Octal 154 107 207 24 57 0 57 423 37 50
Binary 1101100 1000111 10000111 10100 101111 0 101111 100010011 11111 101000

Color Harmonies of #6C4787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4787

Black with #6C4787

Text Example


Text Example

White with #6C4787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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