Html Css Color HEX #6D427D Affair

📋 copy color: '#6D427D'

red 109 ◦ green 66 ◦ blue 125

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

Shades of Affair #6D427D

Tints of Affair #6D427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 36.33%
G = 22%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D427D (or 0x6D427D) is known color: Affair. HEX triplet: 6D, 42 and 7D. RGB value is (109,66,125). Sum of RGB (Red+Green+Blue) = 109+66+125=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D427D is #92BD82. Grayscale: #555555. Windows color (decimal): -9616771 or 8209005. OLE color: 8209005.

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

Color convert

RGB 109 66 125 -
CMYK 0.13 0.47 0 0.51
HSL 283.73º 0.31% 0.37% -
HSV(B) 283.73º 0.47% 0.49% -
XYZ 11.96 8.63 20.44 -
YUV 85.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 109 66 125 0.13 0.47 0 0.51 283.73 0.31 0.37
Hex 6D 42 7D D 2F 0 33 11C 1F 25
Octal 155 102 175 15 57 0 63 434 37 45
Binary 1101101 1000010 1111101 1101 101111 0 110011 100011100 11111 100101

Color Harmonies of #6D427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D427D

Black with #6D427D

Text Example


Text Example

White with #6D427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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