#6547BB

Color #6547BB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6547BB

Tints of Blue Marguerite #6547BB

Color information

#6547BB (or 0x6547BB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 47 and BB. RGB value is (101,71,187). Sum of RGB (Red+Green+Blue) = 101+71+187=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #6547BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547BB is #9AB844. Grayscale: #5C5C5C. Windows color (decimal): -10139717 or 12273509. OLE color: 12273509.

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

Color convert

RGB10171187-
CMYK0.460.6200.27
HSL255.52º46.03%50.59%-
HSV(B)255.52º62.03%73.33%-
XYZ16.5910.8648.24-
YUV93.19180.94133.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=28.13%
G=19.78%
B=52.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101711870.460.6200.27255.5246.0350.59
Hex6547BB2E3E01B1002e33
Octal14510727356760334005663
Binary1100101100011110111011101110111110011011100000000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6547BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6547BB;
 }
 .AnyTagClassName
 {
   color: #6547BB;
 }
</style>
background-color css

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

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

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

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

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

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