Html Css Color HEX #6D69AF Blue Marguerite

📋 copy color: '#6D69AF'

red 109 ◦ green 105 ◦ blue 175

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

Shades of Blue Marguerite #6D69AF

Tints of Blue Marguerite #6D69AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 28.02%
G = 26.99%
B = 44.99%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D69AF (or 0x6D69AF) is known color: Blue Marguerite. HEX triplet: 6D, 69 and AF. RGB value is (109,105,175). Sum of RGB (Red+Green+Blue) = 109+105+175=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D69AF is #929650. Grayscale: #717171. Windows color (decimal): -9606737 or 11495789. OLE color: 11495789.

HSL color Cylindrical-coordinate representation of color #6D69AF: hue angle of 243.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D69AF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 105 175 -
CMYK 0.38 0.40 0 0.31
HSL 243.43º 0.3% 0.55% -
HSV(B) 243.43º 0.4% 0.69% -
XYZ 19.1 16.45 42.73 -
YUV 114.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 109 105 175 0.38 0.40 0 0.31 243.43 0.3 0.55
Hex 6D 69 AF 26 28 0 1F F3 1E 37
Octal 155 151 257 46 50 0 37 363 36 67
Binary 1101101 1101001 10101111 100110 101000 0 11111 11110011 11110 110111

Color Harmonies of #6D69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D69AF

Black with #6D69AF

Text Example


Text Example

White with #6D69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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