Html Css Color HEX #6C597F Affair

📋 copy color: '#6C597F'

red 108 ◦ green 89 ◦ blue 127

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

Shades of Affair #6C597F

Tints of Affair #6C597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.2%

R = 33.33%
G = 27.47%
B = 39.2%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C597F (or 0x6C597F) is known color: Affair. HEX triplet: 6C, 59 and 7F. RGB value is (108,89,127). Sum of RGB (Red+Green+Blue) = 108+89+127=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C597F is #93A680. Grayscale: #626262. Windows color (decimal): -9676417 or 8345964. OLE color: 8345964.

HSL color Cylindrical-coordinate representation of color #6C597F: hue angle of 270º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C597F is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 89 127 -
CMYK 0.15 0.30 0 0.50
HSL 270º 0.18% 0.42% -
HSV(B) 270º 0.3% 0.5% -
XYZ 13.59 11.87 21.65 -
YUV 99.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 108 89 127 0.15 0.30 0 0.50 270 0.18 0.42
Hex 6C 59 7F F 1E 0 32 10E 12 2A
Octal 154 131 177 17 36 0 62 416 22 52
Binary 1101100 1011001 1111111 1111 11110 0 110010 100001110 10010 101010

Color Harmonies of #6C597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C597F

Black with #6C597F

Text Example


Text Example

White with #6C597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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