Html Css Color HEX #6E4782 Affair

📋 copy color: '#6E4782'

red 110 ◦ green 71 ◦ blue 130

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

Shades of Affair #6E4782

Tints of Affair #6E4782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 35.37%
G = 22.83%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E4782 (or 0x6E4782) is known color: Affair. HEX triplet: 6E, 47 and 82. RGB value is (110,71,130). Sum of RGB (Red+Green+Blue) = 110+71+130=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4782 is #91B87D. Grayscale: #595959. Windows color (decimal): -9549950 or 8537966. OLE color: 8537966.

HSL color Cylindrical-coordinate representation of color #6E4782: hue angle of 279.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E4782 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 71 130 -
CMYK 0.15 0.45 0 0.49
HSL 279.66º 0.29% 0.39% -
HSV(B) 279.66º 0.45% 0.51% -
XYZ 12.71 9.43 22.27 -
YUV 89.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 110 71 130 0.15 0.45 0 0.49 279.66 0.29 0.39
Hex 6E 47 82 F 2D 0 31 118 1D 27
Octal 156 107 202 17 55 0 61 430 35 47
Binary 1101110 1000111 10000010 1111 101101 0 110001 100011000 11101 100111

Color Harmonies of #6E4782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4782

Black with #6E4782

Text Example


Text Example

White with #6E4782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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