Html Css Color HEX #6D468D Affair

📋 copy color: '#6D468D'

red 109 ◦ green 70 ◦ blue 141

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

Shades of Affair #6D468D

Tints of Affair #6D468D

RGB

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

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

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

R = 34.06%
G = 21.88%
B = 44.06%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D468D (or 0x6D468D) is known color: Affair. HEX triplet: 6D, 46 and 8D. RGB value is (109,70,141). Sum of RGB (Red+Green+Blue) = 109+70+141=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D468D is #92B972. Grayscale: #595959. Windows color (decimal): -9615731 or 9258605. OLE color: 9258605.

HSL color Cylindrical-coordinate representation of color #6D468D: hue angle of 272.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D468D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 70 141 -
CMYK 0.23 0.50 0 0.45
HSL 272.96º 0.34% 0.41% -
HSV(B) 272.96º 0.5% 0.55% -
XYZ 13.3 9.55 26.34 -
YUV 89.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 109 70 141 0.23 0.50 0 0.45 272.96 0.34 0.41
Hex 6D 46 8D 17 32 0 2D 111 22 29
Octal 155 106 215 27 62 0 55 421 42 51
Binary 1101101 1000110 10001101 10111 110010 0 101101 100010001 100010 101001

Color Harmonies of #6D468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D468D

Black with #6D468D

Text Example


Text Example

White with #6D468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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