Html Css Color HEX #6549BB Blue Marguerite

📋 copy color: '#6549BB'

red 101 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #6549BB

Tints of Blue Marguerite #6549BB

RGB

 RED value IS 101 (39.84% from 255) = 27.98%

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 27.98%
G = 20.22%
B = 51.8%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6549BB (or 0x6549BB) is known color: Blue Marguerite. HEX triplet: 65, 49 and BB. RGB value is (101,73,187). Sum of RGB (Red+Green+Blue) = 101+73+187=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #6549BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6549BB is #9AB644. Grayscale: #5D5D5D. Windows color (decimal): -10139205 or 12274021. OLE color: 12274021.

HSL color Cylindrical-coordinate representation of color #6549BB: hue angle of 254.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6549BB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 73 187 -
CMYK 0.46 0.61 0 0.27
HSL 254.74º 0.46% 0.51% -
HSV(B) 254.74º 0.61% 0.73% -
XYZ 16.72 11.12 48.28 -
YUV 94.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 101 73 187 0.46 0.61 0 0.27 254.74 0.46 0.51
Hex 65 49 BB 2E 3D 0 1B FF 2E 33
Octal 145 111 273 56 75 0 33 377 56 63
Binary 1100101 1001001 10111011 101110 111101 0 11011 11111111 101110 110011

Color Harmonies of #6549BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549BB

Black with #6549BB

Text Example


Text Example

White with #6549BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6549BB; }

 p { color: rgb(101,73,187); }

 H1.HeaderClassName
 {
   color: #6549BB;
 }
 .AnyTagClassName
 {
   color: #6549BB;
 }
</style>

background-color css

<style>
 a { background-color: #6549BB; }

 a { background-color: rgb(101,73,187); }

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

border-color css

<style>
 span { border-color: #6549BB; }

 span { border-color: rgb(101,73,187); }

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