#6550ad

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

Shades of Blue Marguerite #6550AD

Tints of Blue Marguerite #6550AD

Color information

#6550AD (or 0x6550AD) is unknown color: approx Blue Marguerite. HEX triplet: 65, 50 and AD. RGB value is (101,80,173). Sum of RGB (Red+Green+Blue) = 101+80+173=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #6550AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550AD is #9AAF52. Grayscale: #606060. Windows color (decimal): -10137427 or 11358309. OLE color: 11358309.

HSL color Cylindrical-coordinate representation of color #6550AD: hue angle of 253.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6550AD is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10180173-
CMYK0.420.5400.32
HSL253.55º36.76%49.61%-
HSV(B)253.55º53.76%67.84%-
XYZ15.7811.5240.93-
YUV96.88170.96130.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=28.53%
G=22.60%
B=48.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101801730.420.5400.32253.5536.7649.61
Hex6550AD2A36020fe2532
Octal14512025552660403764562
Binary1100101101000010101101101010110110010000011111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6550ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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