Html Css Color HEX #6E428D Affair

📋 copy color: '#6E428D'

red 110 ◦ green 66 ◦ blue 141

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

Shades of Affair #6E428D

Tints of Affair #6E428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 34.7%
G = 20.82%
B = 44.48%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E428D (or 0x6E428D) is known color: Affair. HEX triplet: 6E, 42 and 8D. RGB value is (110,66,141). Sum of RGB (Red+Green+Blue) = 110+66+141=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E428D is #91BD72. Grayscale: #575757. Windows color (decimal): -9551219 or 9257582. OLE color: 9257582.

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

Color convert

RGB 110 66 141 -
CMYK 0.22 0.53 0 0.45
HSL 275.2º 0.36% 0.41% -
HSV(B) 275.2º 0.53% 0.55% -
XYZ 13.19 9.13 26.27 -
YUV 87.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 110 66 141 0.22 0.53 0 0.45 275.2 0.36 0.41
Hex 6E 42 8D 16 35 0 2D 113 24 29
Octal 156 102 215 26 65 0 55 423 44 51
Binary 1101110 1000010 10001101 10110 110101 0 101101 100010011 100100 101001

Color Harmonies of #6E428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E428D

Black with #6E428D

Text Example


Text Example

White with #6E428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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