#6648BA

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

Shades of Blue Marguerite #6648BA

Tints of Blue Marguerite #6648BA

Color information

#6648BA (or 0x6648BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 48 and BA. RGB value is (102,72,186). Sum of RGB (Red+Green+Blue) = 102+72+186=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #6648BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648BA is #99B745. Grayscale: #5D5D5D. Windows color (decimal): -10073926 or 12208230. OLE color: 12208230.

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

Color convert

RGB10272186-
CMYK0.450.6100.27
HSL255.79º45.24%50.59%-
HSV(B)255.79º61.29%72.94%-
XYZ16.661147.7-
YUV93.97179.94133.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=28.33%
G=20%
B=51.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102721860.450.6100.27255.7945.2450.59
Hex6648BA2D3D01B1002d33
Octal14611027255750334005563
Binary1100110100100010111010101101111101011011100000000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6648BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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