Html Css Color HEX #6C597C Affair

📋 copy color: '#6C597C'

red 108 ◦ green 89 ◦ blue 124

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

Shades of Affair #6C597C

Tints of Affair #6C597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 33.64%
G = 27.73%
B = 38.63%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C597C (or 0x6C597C) is known color: Affair. HEX triplet: 6C, 59 and 7C. RGB value is (108,89,124). Sum of RGB (Red+Green+Blue) = 108+89+124=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C597C is #93A683. Grayscale: #626262. Windows color (decimal): -9676420 or 8149356. OLE color: 8149356.

HSL color Cylindrical-coordinate representation of color #6C597C: hue angle of 272.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C597C is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 89 124 -
CMYK 0.13 0.28 0 0.51
HSL 272.57º 0.16% 0.42% -
HSV(B) 272.57º 0.28% 0.49% -
XYZ 13.39 11.79 20.64 -
YUV 98.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 108 89 124 0.13 0.28 0 0.51 272.57 0.16 0.42
Hex 6C 59 7C D 1C 0 33 111 10 2A
Octal 154 131 174 15 34 0 63 421 20 52
Binary 1101100 1011001 1111100 1101 11100 0 110011 100010001 10000 101010

Color Harmonies of #6C597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C597C

Black with #6C597C

Text Example


Text Example

White with #6C597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,89,124); }

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

background-color css

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

 a { background-color: rgb(108,89,124); }

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

border-color css

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

 span { border-color: rgb(108,89,124); }

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