#6655BA

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

Shades of Blue Marguerite #6655BA

Tints of Blue Marguerite #6655BA

Color information

#6655BA (or 0x6655BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 55 and BA. RGB value is (102,85,186). Sum of RGB (Red+Green+Blue) = 102+85+186=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6655BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BA is #99AA45. Grayscale: #656565. Windows color (decimal): -10070598 or 12211558. OLE color: 12211558.

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

Color convert

RGB10285186-
CMYK0.450.5400.27
HSL250.1º42.26%53.14%-
HSV(B)250.1º54.3%72.94%-
XYZ17.5912.8748.01-
YUV101.6175.63128.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=27.35%
G=22.79%
B=49.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102851860.450.5400.27250.142.2653.14
Hex6655BA2D3601Bfa2a35
Octal14612527255660333725265
Binary110011010101011011101010110111011001101111111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6655BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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