Html Css Color HEX #6B477F Affair

📋 copy color: '#6B477F'

red 107 ◦ green 71 ◦ blue 127

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

Shades of Affair #6B477F

Tints of Affair #6B477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 35.08%
G = 23.28%
B = 41.64%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B477F (or 0x6B477F) is known color: Affair. HEX triplet: 6B, 47 and 7F. RGB value is (107,71,127). Sum of RGB (Red+Green+Blue) = 107+71+127=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B477F is #94B880. Grayscale: #575757. Windows color (decimal): -9746561 or 8341355. OLE color: 8341355.

HSL color Cylindrical-coordinate representation of color #6B477F: hue angle of 278.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B477F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 71 127 -
CMYK 0.16 0.44 0 0.50
HSL 278.57º 0.28% 0.39% -
HSV(B) 278.57º 0.44% 0.5% -
XYZ 12.15 9.16 21.21 -
YUV 88.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 107 71 127 0.16 0.44 0 0.50 278.57 0.28 0.39
Hex 6B 47 7F 10 2C 0 32 117 1C 27
Octal 153 107 177 20 54 0 62 427 34 47
Binary 1101011 1000111 1111111 10000 101100 0 110010 100010111 11100 100111

Color Harmonies of #6B477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B477F

Black with #6B477F

Text Example


Text Example

White with #6B477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,71,127); }

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

background-color css

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

 a { background-color: rgb(107,71,127); }

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

border-color css

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

 span { border-color: rgb(107,71,127); }

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