Html Css Color HEX #6E4A7D Affair

📋 copy color: '#6E4A7D'

red 110 ◦ green 74 ◦ blue 125

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

Shades of Affair #6E4A7D

Tints of Affair #6E4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 35.6%
G = 23.95%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E4A7D (or 0x6E4A7D) is known color: Affair. HEX triplet: 6E, 4A and 7D. RGB value is (110,74,125). Sum of RGB (Red+Green+Blue) = 110+74+125=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E4A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A7D is #91B582. Grayscale: #5A5A5A. Windows color (decimal): -9549187 or 8211054. OLE color: 8211054.

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

Color convert

RGB 110 74 125 -
CMYK 0.12 0.41 0 0.51
HSL 282.35º 0.26% 0.39% -
HSV(B) 282.35º 0.41% 0.49% -
XYZ 12.58 9.69 20.61 -
YUV 90.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 110 74 125 0.12 0.41 0 0.51 282.35 0.26 0.39
Hex 6E 4A 7D C 29 0 33 11A 1A 27
Octal 156 112 175 14 51 0 63 432 32 47
Binary 1101110 1001010 1111101 1100 101001 0 110011 100011010 11010 100111

Color Harmonies of #6E4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A7D

Black with #6E4A7D

Text Example


Text Example

White with #6E4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,125); }

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

background-color css

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

 a { background-color: rgb(110,74,125); }

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

border-color css

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

 span { border-color: rgb(110,74,125); }

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