Html Css Color HEX #6E4282 Affair

📋 copy color: '#6E4282'

red 110 ◦ green 66 ◦ blue 130

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

Shades of Affair #6E4282

Tints of Affair #6E4282

RGB

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

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

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

R = 35.95%
G = 21.57%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E4282 (or 0x6E4282) is known color: Affair. HEX triplet: 6E, 42 and 82. RGB value is (110,66,130). Sum of RGB (Red+Green+Blue) = 110+66+130=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E4282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4282 is #91BD7D. Grayscale: #565656. Windows color (decimal): -9551230 or 8536686. OLE color: 8536686.

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

Color convert

RGB 110 66 130 -
CMYK 0.15 0.49 0 0.49
HSL 281.25º 0.33% 0.38% -
HSV(B) 281.25º 0.49% 0.51% -
XYZ 12.41 8.82 22.17 -
YUV 86.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 110 66 130 0.15 0.49 0 0.49 281.25 0.33 0.38
Hex 6E 42 82 F 31 0 31 119 21 26
Octal 156 102 202 17 61 0 61 431 41 46
Binary 1101110 1000010 10000010 1111 110001 0 110001 100011001 100001 100110

Color Harmonies of #6E4282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4282

Black with #6E4282

Text Example


Text Example

White with #6E4282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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