Html Css Color HEX #6B5578 Affair

📋 copy color: '#6B5578'

red 107 ◦ green 85 ◦ blue 120

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

Shades of Affair #6B5578

Tints of Affair #6B5578

RGB

 RED value IS 107 (42.19% from 255) = 34.29%

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 34.29%
G = 27.24%
B = 38.46%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5578 (or 0x6B5578) is known color: Affair. HEX triplet: 6B, 55 and 78. RGB value is (107,85,120). Sum of RGB (Red+Green+Blue) = 107+85+120=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5578 is #94AA87. Grayscale: #5F5F5F. Windows color (decimal): -9742984 or 7886187. OLE color: 7886187.

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

Color convert

RGB 107 85 120 -
CMYK 0.11 0.29 0 0.53
HSL 277.71º 0.17% 0.4% -
HSV(B) 277.71º 0.29% 0.47% -
XYZ 12.7 10.98 19.22 -
YUV 95.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 107 85 120 0.11 0.29 0 0.53 277.71 0.17 0.4
Hex 6B 55 78 B 1D 0 35 116 11 28
Octal 153 125 170 13 35 0 65 426 21 50
Binary 1101011 1010101 1111000 1011 11101 0 110101 100010110 10001 101000

Color Harmonies of #6B5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5578

Black with #6B5578

Text Example


Text Example

White with #6B5578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,120); }

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

background-color css

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

 a { background-color: rgb(107,85,120); }

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

border-color css

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

 span { border-color: rgb(107,85,120); }

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