#6650BA

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

Shades of Blue Marguerite #6650BA

Tints of Blue Marguerite #6650BA

Color information

#6650BA (or 0x6650BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 50 and BA. RGB value is (102,80,186). Sum of RGB (Red+Green+Blue) = 102+80+186=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6650BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650BA is #99AF45. Grayscale: #626262. Windows color (decimal): -10071878 or 12210278. OLE color: 12210278.

HSL color Cylindrical-coordinate representation of color #6650BA: hue angle of 252.45º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6650BA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10280186-
CMYK0.450.5700.27
HSL252.45º43.44%52.16%-
HSV(B)252.45º56.99%72.94%-
XYZ17.2112.1147.88-
YUV98.66177.29130.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=27.72%
G=21.74%
B=50.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102801860.450.5700.27252.4543.4452.16
Hex6650BA2D3901Bfc2b34
Octal14612027255710333745364
Binary110011010100001011101010110111100101101111111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6650BA; }

 p { color: rgb(102,80,186); }

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

<style>
 a { background-color: #6650BA; }

 a { background-color: rgb(102,80,186); }

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

<style>
 span { border-color: #6650BA; }

 span { border-color: rgb(102,80,186); }

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