#6550B0

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

Shades of Blue Marguerite #6550B0

Tints of Blue Marguerite #6550B0

Color information

#6550B0 (or 0x6550B0) is unknown color: approx Blue Marguerite. HEX triplet: 65, 50 and B0. RGB value is (101,80,176). Sum of RGB (Red+Green+Blue) = 101+80+176=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #6550B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550B0 is #9AAF4F. Grayscale: #606060. Windows color (decimal): -10137424 or 11554917. OLE color: 11554917.

HSL color Cylindrical-coordinate representation of color #6550B0: hue angle of 253.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6550B0 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10180176-
CMYK0.430.5500.31
HSL253.12º37.8%50.2%-
HSV(B)253.12º54.55%69.02%-
XYZ16.0711.6442.47-
YUV97.22172.46130.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=28.29%
G=22.41%
B=49.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101801760.430.5500.31253.1237.850.2
Hex6550B02B3701Ffd2632
Octal14512026053670373754662
Binary110010110100001011000010101111011101111111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6550B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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