#6550B2

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

Shades of Blue Marguerite #6550B2

Tints of Blue Marguerite #6550B2

Color information

#6550B2 (or 0x6550B2) is unknown color: approx Blue Marguerite. HEX triplet: 65, 50 and B2. RGB value is (101,80,178). Sum of RGB (Red+Green+Blue) = 101+80+178=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #6550B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550B2 is #9AAF4D. Grayscale: #616161. Windows color (decimal): -10137422 or 11685989. OLE color: 11685989.

HSL color Cylindrical-coordinate representation of color #6550B2: hue angle of 252.86º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6550B2 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10180178-
CMYK0.430.5500.30
HSL252.86º38.89%50.59%-
HSV(B)252.86º55.06%69.8%-
XYZ16.2711.7243.52-
YUV97.45173.46130.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=28.13%
G=22.28%
B=49.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101801780.430.5500.30252.8638.8950.59
Hex6550B22B3701Efd2733
Octal14512026253670363754763
Binary110010110100001011001010101111011101111011111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6550B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6550B2; }

 p { color: rgb(101,80,178); }

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

<style>
 a { background-color: #6550B2; }

 a { background-color: rgb(101,80,178); }

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

<style>
 span { border-color: #6550B2; }

 span { border-color: rgb(101,80,178); }

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