#6555B6

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

Shades of Blue Marguerite #6555B6

Tints of Blue Marguerite #6555B6

Color information

#6555B6 (or 0x6555B6) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and B6. RGB value is (101,85,182). Sum of RGB (Red+Green+Blue) = 101+85+182=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #6555B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555B6 is #9AAA49. Grayscale: #646464. Windows color (decimal): -10136138 or 11949413. OLE color: 11949413.

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

Color convert

RGB10185182-
CMYK0.450.5300.29
HSL249.9º39.92%52.35%-
HSV(B)249.9º53.3%71.37%-
XYZ17.0612.6445.8-
YUV100.84173.8128.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 182 (71.48% from 255) = 49.46%
R=27.45%
G=23.10%
B=49.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101851820.450.5300.29249.939.9252.35
Hex6555B62D3501Dfa2834
Octal14512526655650353725064
Binary110010110101011011011010110111010101110111111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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