Html Css Color HEX #6E3E8D Affair

📋 copy color: '#6E3E8D'

red 110 ◦ green 62 ◦ blue 141

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

Shades of Affair #6E3E8D

Tints of Affair #6E3E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 35.14%
G = 19.81%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E3E8D (or 0x6E3E8D) is known color: Affair. HEX triplet: 6E, 3E and 8D. RGB value is (110,62,141). Sum of RGB (Red+Green+Blue) = 110+62+141=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E3E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3E8D is #91C172. Grayscale: #555555. Windows color (decimal): -9552243 or 9256558. OLE color: 9256558.

HSL color Cylindrical-coordinate representation of color #6E3E8D: hue angle of 276.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3E8D is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 62 141 -
CMYK 0.22 0.56 0 0.45
HSL 276.46º 0.39% 0.4% -
HSV(B) 276.46º 0.56% 0.55% -
XYZ 12.96 8.68 26.19 -
YUV 85.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 110 62 141 0.22 0.56 0 0.45 276.46 0.39 0.4
Hex 6E 3E 8D 16 38 0 2D 114 27 28
Octal 156 76 215 26 70 0 55 424 47 50
Binary 1101110 111110 10001101 10110 111000 0 101101 100010100 100111 101000

Color Harmonies of #6E3E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E8D

Black with #6E3E8D

Text Example


Text Example

White with #6E3E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,141); }

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

background-color css

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

 a { background-color: rgb(110,62,141); }

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

border-color css

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

 span { border-color: rgb(110,62,141); }

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