Html Css Color HEX #6149B7 Blue Marguerite

📋 copy color: '#6149B7'

red 97 ◦ green 73 ◦ blue 183

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

Shades of Blue Marguerite #6149B7

Tints of Blue Marguerite #6149B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.84%

R = 27.48%
G = 20.68%
B = 51.84%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6149B7 (or 0x6149B7) is known color: Blue Marguerite. HEX triplet: 61, 49 and B7. RGB value is (97,73,183). Sum of RGB (Red+Green+Blue) = 97+73+183=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #6149B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149B7 is #9EB648. Grayscale: #5C5C5C. Windows color (decimal): -10401353 or 12011873. OLE color: 12011873.

HSL color Cylindrical-coordinate representation of color #6149B7: hue angle of 253.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6149B7 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 73 183 -
CMYK 0.47 0.60 0 0.28
HSL 253.09º 0.43% 0.5% -
HSV(B) 253.09º 0.6% 0.72% -
XYZ 15.86 10.73 46.03 -
YUV 92.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 97 73 183 0.47 0.60 0 0.28 253.09 0.43 0.5
Hex 61 49 B7 2F 3C 0 1C FD 2B 32
Octal 141 111 267 57 74 0 34 375 53 62
Binary 1100001 1001001 10110111 101111 111100 0 11100 11111101 101011 110010

Color Harmonies of #6149B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149B7

Black with #6149B7

Text Example


Text Example

White with #6149B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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