Html Css Color HEX #6E477F Affair

📋 copy color: '#6E477F'

red 110 ◦ green 71 ◦ blue 127

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

Shades of Affair #6E477F

Tints of Affair #6E477F

RGB

 RED value IS 110 (43.36% from 255) = 35.71%

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

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

R = 35.71%
G = 23.05%
B = 41.23%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E477F (or 0x6E477F) is known color: Affair. HEX triplet: 6E, 47 and 7F. RGB value is (110,71,127). Sum of RGB (Red+Green+Blue) = 110+71+127=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E477F is #91B880. Grayscale: #585858. Windows color (decimal): -9549953 or 8341358. OLE color: 8341358.

HSL color Cylindrical-coordinate representation of color #6E477F: hue angle of 281.79º 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 #6E477F is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 71 127 -
CMYK 0.13 0.44 0 0.50
HSL 281.79º 0.28% 0.39% -
HSV(B) 281.79º 0.44% 0.5% -
XYZ 12.51 9.35 21.22 -
YUV 89.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 110 71 127 0.13 0.44 0 0.50 281.79 0.28 0.39
Hex 6E 47 7F D 2C 0 32 11A 1C 27
Octal 156 107 177 15 54 0 62 432 34 47
Binary 1101110 1000111 1111111 1101 101100 0 110010 100011010 11100 100111

Color Harmonies of #6E477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E477F

Black with #6E477F

Text Example


Text Example

White with #6E477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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