Html Css Color HEX #6C587C Affair

📋 copy color: '#6C587C'

red 108 ◦ green 88 ◦ blue 124

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

Shades of Affair #6C587C

Tints of Affair #6C587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 33.75%
G = 27.5%
B = 38.75%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C587C (or 0x6C587C) is known color: Affair. HEX triplet: 6C, 58 and 7C. RGB value is (108,88,124). Sum of RGB (Red+Green+Blue) = 108+88+124=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C587C is #93A783. Grayscale: #616161. Windows color (decimal): -9676676 or 8149100. OLE color: 8149100.

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

Color convert

RGB 108 88 124 -
CMYK 0.13 0.29 0 0.51
HSL 273.33º 0.17% 0.42% -
HSV(B) 273.33º 0.29% 0.49% -
XYZ 13.31 11.62 20.61 -
YUV 98.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 108 88 124 0.13 0.29 0 0.51 273.33 0.17 0.42
Hex 6C 58 7C D 1D 0 33 111 11 2A
Octal 154 130 174 15 35 0 63 421 21 52
Binary 1101100 1011000 1111100 1101 11101 0 110011 100010001 10001 101010

Color Harmonies of #6C587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C587C

Black with #6C587C

Text Example


Text Example

White with #6C587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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