Html Css Color HEX #6E417E Affair

📋 copy color: '#6E417E'

red 110 ◦ green 65 ◦ blue 126

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

Shades of Affair #6E417E

Tints of Affair #6E417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 36.54%
G = 21.59%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E417E (or 0x6E417E) is known color: Affair. HEX triplet: 6E, 41 and 7E. RGB value is (110,65,126). Sum of RGB (Red+Green+Blue) = 110+65+126=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E417E is #91BE81. Grayscale: #555555. Windows color (decimal): -9551490 or 8274286. OLE color: 8274286.

HSL color Cylindrical-coordinate representation of color #6E417E: hue angle of 284.26º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E417E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 65 126 -
CMYK 0.13 0.48 0 0.51
HSL 284.26º 0.32% 0.37% -
HSV(B) 284.26º 0.48% 0.49% -
XYZ 12.09 8.6 20.76 -
YUV 85.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 110 65 126 0.13 0.48 0 0.51 284.26 0.32 0.37
Hex 6E 41 7E D 30 0 33 11C 20 25
Octal 156 101 176 15 60 0 63 434 40 45
Binary 1101110 1000001 1111110 1101 110000 0 110011 100011100 100000 100101

Color Harmonies of #6E417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E417E

Black with #6E417E

Text Example


Text Example

White with #6E417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,126); }

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

background-color css

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

 a { background-color: rgb(110,65,126); }

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

border-color css

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

 span { border-color: rgb(110,65,126); }

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