Html Css Color HEX #6D458A Affair

📋 copy color: '#6D458A'

red 109 ◦ green 69 ◦ blue 138

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

Shades of Affair #6D458A

Tints of Affair #6D458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 34.49%
G = 21.84%
B = 43.67%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D458A (or 0x6D458A) is known color: Affair. HEX triplet: 6D, 45 and 8A. RGB value is (109,69,138). Sum of RGB (Red+Green+Blue) = 109+69+138=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D458A is #92BA75. Grayscale: #585858. Windows color (decimal): -9615990 or 9061741. OLE color: 9061741.

HSL color Cylindrical-coordinate representation of color #6D458A: hue angle of 274.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D458A is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 69 138 -
CMYK 0.21 0.5 0 0.46
HSL 274.78º 0.33% 0.41% -
HSV(B) 274.78º 0.5% 0.54% -
XYZ 13.02 9.34 25.16 -
YUV 88.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 109 69 138 0.21 0.5 0 0.46 274.78 0.33 0.41
Hex 6D 45 8A 15 32 0 2E 113 21 29
Octal 155 105 212 25 62 0 56 423 41 51
Binary 1101101 1000101 10001010 10101 110010 0 101110 100010011 100001 101001

Color Harmonies of #6D458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D458A

Black with #6D458A

Text Example


Text Example

White with #6D458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,138); }

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

background-color css

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

 a { background-color: rgb(109,69,138); }

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

border-color css

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

 span { border-color: rgb(109,69,138); }

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