Html Css Color HEX #6149AB Blue Marguerite

📋 copy color: '#6149AB'

red 97 ◦ green 73 ◦ blue 171

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

Shades of Blue Marguerite #6149AB

Tints of Blue Marguerite #6149AB

RGB

 RED value IS 97 (38.28% from 255) = 28.45%

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 28.45%
G = 21.41%
B = 50.15%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6149AB (or 0x6149AB) is known color: Blue Marguerite. HEX triplet: 61, 49 and AB. RGB value is (97,73,171). Sum of RGB (Red+Green+Blue) = 97+73+171=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #6149AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149AB is #9EB654. Grayscale: #5A5A5A. Windows color (decimal): -10401365 or 11225441. OLE color: 11225441.

HSL color Cylindrical-coordinate representation of color #6149AB: hue angle of 254.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6149AB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 73 171 -
CMYK 0.43 0.57 0 0.33
HSL 254.69º 0.4% 0.48% -
HSV(B) 254.69º 0.57% 0.67% -
XYZ 14.66 10.25 39.73 -
YUV 91.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 97 73 171 0.43 0.57 0 0.33 254.69 0.4 0.48
Hex 61 49 AB 2B 39 0 21 FF 28 30
Octal 141 111 253 53 71 0 41 377 50 60
Binary 1100001 1001001 10101011 101011 111001 0 100001 11111111 101000 110000

Color Harmonies of #6149AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149AB

Black with #6149AB

Text Example


Text Example

White with #6149AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6149AB; }

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

 H1.HeaderClassName
 {
   color: #6149AB;
 }
 .AnyTagClassName
 {
   color: #6149AB;
 }
</style>

background-color css

<style>
 a { background-color: #6149AB; }

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

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

border-color css

<style>
 span { border-color: #6149AB; }

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

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