#6661BA

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

Shades of Blue Marguerite #6661BA

Tints of Blue Marguerite #6661BA

Color information

#6661BA (or 0x6661BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 61 and BA. RGB value is (102,97,186). Sum of RGB (Red+Green+Blue) = 102+97+186=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6661BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661BA is #999E45. Grayscale: #6C6C6C. Windows color (decimal): -10067526 or 12214630. OLE color: 12214630.

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

Color convert

RGB10297186-
CMYK0.450.4800.27
HSL243.37º39.21%55.49%-
HSV(B)243.37º47.85%72.94%-
XYZ18.6214.9248.35-
YUV108.64171.66123.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=26.49%
G=25.19%
B=48.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102971860.450.4800.27243.3739.2155.49
Hex6661BA2D3001Bf32737
Octal14614127255600333634767
Binary110011011000011011101010110111000001101111110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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