Html Css Color HEX #6D427F Affair

📋 copy color: '#6D427F'

red 109 ◦ green 66 ◦ blue 127

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

Shades of Affair #6D427F

Tints of Affair #6D427F

RGB

 RED value IS 109 (42.97% from 255) = 36.09%

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

 BLUE value IS 127 (50% from 255) = 42.05%

R = 36.09%
G = 21.85%
B = 42.05%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D427F (or 0x6D427F) is known color: Affair. HEX triplet: 6D, 42 and 7F. RGB value is (109,66,127). Sum of RGB (Red+Green+Blue) = 109+66+127=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D427F is #92BD80. Grayscale: #555555. Windows color (decimal): -9616769 or 8340077. OLE color: 8340077.

HSL color Cylindrical-coordinate representation of color #6D427F: hue angle of 282.3º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D427F is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 66 127 -
CMYK 0.14 0.48 0 0.50
HSL 282.3º 0.32% 0.38% -
HSV(B) 282.3º 0.48% 0.5% -
XYZ 12.09 8.68 21.12 -
YUV 85.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 109 66 127 0.14 0.48 0 0.50 282.3 0.32 0.38
Hex 6D 42 7F E 30 0 32 11A 20 26
Octal 155 102 177 16 60 0 62 432 40 46
Binary 1101101 1000010 1111111 1110 110000 0 110010 100011010 100000 100110

Color Harmonies of #6D427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D427F

Black with #6D427F

Text Example


Text Example

White with #6D427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,127); }

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

background-color css

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

 a { background-color: rgb(109,66,127); }

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

border-color css

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

 span { border-color: rgb(109,66,127); }

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