Html Css Color HEX #6D69AD Blue Marguerite

📋 copy color: '#6D69AD'

red 109 ◦ green 105 ◦ blue 173

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

Shades of Blue Marguerite #6D69AD

Tints of Blue Marguerite #6D69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 28.17%
G = 27.13%
B = 44.7%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D69AD (or 0x6D69AD) is known color: Blue Marguerite. HEX triplet: 6D, 69 and AD. RGB value is (109,105,173). Sum of RGB (Red+Green+Blue) = 109+105+173=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D69AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D69AD is #929652. Grayscale: #717171. Windows color (decimal): -9606739 or 11364717. OLE color: 11364717.

HSL color Cylindrical-coordinate representation of color #6D69AD: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D69AD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 105 173 -
CMYK 0.37 0.39 0 0.32
HSL 243.53º 0.29% 0.55% -
HSV(B) 243.53º 0.39% 0.68% -
XYZ 18.9 16.37 41.7 -
YUV 113.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 109 105 173 0.37 0.39 0 0.32 243.53 0.29 0.55
Hex 6D 69 AD 25 27 0 20 F4 1D 37
Octal 155 151 255 45 47 0 40 364 35 67
Binary 1101101 1101001 10101101 100101 100111 0 100000 11110100 11101 110111

Color Harmonies of #6D69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D69AD

Black with #6D69AD

Text Example


Text Example

White with #6D69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,173); }

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

background-color css

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

 a { background-color: rgb(109,105,173); }

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

border-color css

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

 span { border-color: rgb(109,105,173); }

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