Html Css Color HEX #6D61AB Blue Marguerite

📋 copy color: '#6D61AB'

red 109 ◦ green 97 ◦ blue 171

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

Shades of Blue Marguerite #6D61AB

Tints of Blue Marguerite #6D61AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 28.91%
G = 25.73%
B = 45.36%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D61AB (or 0x6D61AB) is known color: Blue Marguerite. HEX triplet: 6D, 61 and AB. RGB value is (109,97,171). Sum of RGB (Red+Green+Blue) = 109+97+171=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D61AB is #929E54. Grayscale: #6C6C6C. Windows color (decimal): -9608789 or 11231597. OLE color: 11231597.

HSL color Cylindrical-coordinate representation of color #6D61AB: hue angle of 249.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D61AB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 97 171 -
CMYK 0.36 0.43 0 0.33
HSL 249.73º 0.31% 0.53% -
HSV(B) 249.73º 0.43% 0.67% -
XYZ 17.93 14.74 40.43 -
YUV 109.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 109 97 171 0.36 0.43 0 0.33 249.73 0.31 0.53
Hex 6D 61 AB 24 2B 0 21 FA 1F 35
Octal 155 141 253 44 53 0 41 372 37 65
Binary 1101101 1100001 10101011 100100 101011 0 100001 11111010 11111 110101

Color Harmonies of #6D61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61AB

Black with #6D61AB

Text Example


Text Example

White with #6D61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,171); }

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

background-color css

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

 a { background-color: rgb(109,97,171); }

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

border-color css

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

 span { border-color: rgb(109,97,171); }

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