Html Css Color HEX #6D3D8C Affair

📋 copy color: '#6D3D8C'

red 109 ◦ green 61 ◦ blue 140

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

Shades of Affair #6D3D8C

Tints of Affair #6D3D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 35.16%
G = 19.68%
B = 45.16%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D3D8C (or 0x6D3D8C) is known color: Affair. HEX triplet: 6D, 3D and 8C. RGB value is (109,61,140). Sum of RGB (Red+Green+Blue) = 109+61+140=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D3D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D8C is #92C273. Grayscale: #545454. Windows color (decimal): -9618036 or 9190765. OLE color: 9190765.

HSL color Cylindrical-coordinate representation of color #6D3D8C: hue angle of 276.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3D8C is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 61 140 -
CMYK 0.22 0.56 0 0.45
HSL 276.46º 0.39% 0.39% -
HSV(B) 276.46º 0.56% 0.55% -
XYZ 12.71 8.48 25.78 -
YUV 84.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 109 61 140 0.22 0.56 0 0.45 276.46 0.39 0.39
Hex 6D 3D 8C 16 38 0 2D 114 27 27
Octal 155 75 214 26 70 0 55 424 47 47
Binary 1101101 111101 10001100 10110 111000 0 101101 100010100 100111 100111

Color Harmonies of #6D3D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D8C

Black with #6D3D8C

Text Example


Text Example

White with #6D3D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,140); }

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

background-color css

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

 a { background-color: rgb(109,61,140); }

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

border-color css

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

 span { border-color: rgb(109,61,140); }

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