#6554B6

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

Shades of Blue Marguerite #6554B6

Tints of Blue Marguerite #6554B6

Color information

#6554B6 (or 0x6554B6) is unknown color: approx Blue Marguerite. HEX triplet: 65, 54 and B6. RGB value is (101,84,182). Sum of RGB (Red+Green+Blue) = 101+84+182=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #6554B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554B6 is #9AAB49. Grayscale: #636363. Windows color (decimal): -10136394 or 11949157. OLE color: 11949157.

HSL color Cylindrical-coordinate representation of color #6554B6: hue angle of 250.41º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6554B6 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10184182-
CMYK0.450.5400.29
HSL250.41º40.16%52.16%-
HSV(B)250.41º53.85%71.37%-
XYZ16.9812.4845.77-
YUV100.26174.13128.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=27.52%
G=22.89%
B=49.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101841820.450.5400.29250.4140.1652.16
Hex6554B62D3601Dfa2834
Octal14512426655660353725064
Binary110010110101001011011010110111011001110111111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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