#6554BD

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

Shades of Blue Marguerite #6554BD

Tints of Blue Marguerite #6554BD

Color information

#6554BD (or 0x6554BD) is unknown color: approx Blue Marguerite. HEX triplet: 65, 54 and BD. RGB value is (101,84,189). Sum of RGB (Red+Green+Blue) = 101+84+189=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6554BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554BD is #9AAB42. Grayscale: #646464. Windows color (decimal): -10136387 or 12407909. OLE color: 12407909.

HSL color Cylindrical-coordinate representation of color #6554BD: hue angle of 249.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6554BD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10184189-
CMYK0.470.5600.26
HSL249.71º44.3%53.53%-
HSV(B)249.71º55.56%74.12%-
XYZ17.7212.7849.68-
YUV101.05177.63127.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=27.01%
G=22.46%
B=50.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101841890.470.5600.26249.7144.353.53
Hex6554BD2F3801Afa2c36
Octal14512427557700323725466
Binary110010110101001011110110111111100001101011111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6554BD; }

 p { color: rgb(101,84,189); }

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

<style>
 a { background-color: #6554BD; }

 a { background-color: rgb(101,84,189); }

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

<style>
 span { border-color: #6554BD; }

 span { border-color: rgb(101,84,189); }

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