#6551BA

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

Shades of Blue Marguerite #6551BA

Tints of Blue Marguerite #6551BA

Color information

#6551BA (or 0x6551BA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 51 and BA. RGB value is (101,81,186). Sum of RGB (Red+Green+Blue) = 101+81+186=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6551BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BA is #9AAE45. Grayscale: #626262. Windows color (decimal): -10137158 or 12210533. OLE color: 12210533.

HSL color Cylindrical-coordinate representation of color #6551BA: hue angle of 251.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6551BA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10181186-
CMYK0.460.5600.27
HSL251.43º43.21%52.35%-
HSV(B)251.43º56.45%72.94%-
XYZ17.1712.247.9-
YUV98.95177.13129.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=27.45%
G=22.01%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101811860.460.5600.27251.4343.2152.35
Hex6551BA2E3801Bfb2b34
Octal14512127256700333735364
Binary110010110100011011101010111011100001101111111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6551BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6551BA; }

 p { color: rgb(101,81,186); }

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

<style>
 a { background-color: #6551BA; }

 a { background-color: rgb(101,81,186); }

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

<style>
 span { border-color: #6551BA; }

 span { border-color: rgb(101,81,186); }

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