Html Css Color HEX #6B4679 Affair

📋 copy color: '#6B4679'

red 107 ◦ green 70 ◦ blue 121

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

Shades of Affair #6B4679

Tints of Affair #6B4679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 35.91%
G = 23.49%
B = 40.6%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B4679 (or 0x6B4679) is known color: Affair. HEX triplet: 6B, 46 and 79. RGB value is (107,70,121). Sum of RGB (Red+Green+Blue) = 107+70+121=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B4679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4679 is #94B986. Grayscale: #565656. Windows color (decimal): -9746823 or 7947883. OLE color: 7947883.

HSL color Cylindrical-coordinate representation of color #6B4679: hue angle of 283.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B4679 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 70 121 -
CMYK 0.12 0.42 0 0.53
HSL 283.53º 0.27% 0.37% -
HSV(B) 283.53º 0.42% 0.47% -
XYZ 11.7 8.89 19.19 -
YUV 86.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 107 70 121 0.12 0.42 0 0.53 283.53 0.27 0.37
Hex 6B 46 79 C 2A 0 35 11C 1B 25
Octal 153 106 171 14 52 0 65 434 33 45
Binary 1101011 1000110 1111001 1100 101010 0 110101 100011100 11011 100101

Color Harmonies of #6B4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4679

Black with #6B4679

Text Example


Text Example

White with #6B4679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,121); }

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

background-color css

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

 a { background-color: rgb(107,70,121); }

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

border-color css

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

 span { border-color: rgb(107,70,121); }

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