Html Css Color HEX #6B4878 Affair

📋 copy color: '#6B4878'

red 107 ◦ green 72 ◦ blue 120

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

Shades of Affair #6B4878

Tints of Affair #6B4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 35.79%
G = 24.08%
B = 40.13%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B4878 (or 0x6B4878) is known color: Affair. HEX triplet: 6B, 48 and 78. RGB value is (107,72,120). Sum of RGB (Red+Green+Blue) = 107+72+120=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4878 is #94B787. Grayscale: #575757. Windows color (decimal): -9746312 or 7882859. OLE color: 7882859.

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

Color convert

RGB 107 72 120 -
CMYK 0.11 0.40 0 0.53
HSL 283.75º 0.25% 0.38% -
HSV(B) 283.75º 0.4% 0.47% -
XYZ 11.77 9.12 18.91 -
YUV 87.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 107 72 120 0.11 0.40 0 0.53 283.75 0.25 0.38
Hex 6B 48 78 B 28 0 35 11C 19 26
Octal 153 110 170 13 50 0 65 434 31 46
Binary 1101011 1001000 1111000 1011 101000 0 110101 100011100 11001 100110

Color Harmonies of #6B4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4878

Black with #6B4878

Text Example


Text Example

White with #6B4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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