Html Css Color HEX #6C5582 Affair

📋 copy color: '#6C5582'

red 108 ◦ green 85 ◦ blue 130

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

Shades of Affair #6C5582

Tints of Affair #6C5582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 33.44%
G = 26.32%
B = 40.25%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C5582 (or 0x6C5582) is known color: Affair. HEX triplet: 6C, 55 and 82. RGB value is (108,85,130). Sum of RGB (Red+Green+Blue) = 108+85+130=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C5582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5582 is #93AA7D. Grayscale: #606060. Windows color (decimal): -9677438 or 8541548. OLE color: 8541548.

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

Color convert

RGB 108 85 130 -
CMYK 0.17 0.35 0 0.49
HSL 270.67º 0.21% 0.42% -
HSV(B) 270.67º 0.35% 0.51% -
XYZ 13.46 11.3 22.59 -
YUV 97.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 108 85 130 0.17 0.35 0 0.49 270.67 0.21 0.42
Hex 6C 55 82 11 23 0 31 10F 15 2A
Octal 154 125 202 21 43 0 61 417 25 52
Binary 1101100 1010101 10000010 10001 100011 0 110001 100001111 10101 101010

Color Harmonies of #6C5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5582

Black with #6C5582

Text Example


Text Example

White with #6C5582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,130); }

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

background-color css

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

 a { background-color: rgb(108,85,130); }

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

border-color css

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

 span { border-color: rgb(108,85,130); }

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