Html Css Color HEX #6D467B Affair

📋 copy color: '#6D467B'

red 109 ◦ green 70 ◦ blue 123

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

Shades of Affair #6D467B

Tints of Affair #6D467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 36.09%
G = 23.18%
B = 40.73%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D467B (or 0x6D467B) is known color: Affair. HEX triplet: 6D, 46 and 7B. RGB value is (109,70,123). Sum of RGB (Red+Green+Blue) = 109+70+123=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D467B is #92B984. Grayscale: #575757. Windows color (decimal): -9615749 or 8078957. OLE color: 8078957.

HSL color Cylindrical-coordinate representation of color #6D467B: hue angle of 284.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D467B is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 70 123 -
CMYK 0.11 0.43 0 0.52
HSL 284.15º 0.27% 0.38% -
HSV(B) 284.15º 0.43% 0.48% -
XYZ 12.07 9.06 19.85 -
YUV 87.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 109 70 123 0.11 0.43 0 0.52 284.15 0.27 0.38
Hex 6D 46 7B B 2B 0 34 11C 1B 26
Octal 155 106 173 13 53 0 64 434 33 46
Binary 1101101 1000110 1111011 1011 101011 0 110100 100011100 11011 100110

Color Harmonies of #6D467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D467B

Black with #6D467B

Text Example


Text Example

White with #6D467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,123); }

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

background-color css

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

 a { background-color: rgb(109,70,123); }

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

border-color css

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

 span { border-color: rgb(109,70,123); }

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