#6555BC

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

Shades of Blue Marguerite #6555BC

Tints of Blue Marguerite #6555BC

Color information

#6555BC (or 0x6555BC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and BC. RGB value is (101,85,188). Sum of RGB (Red+Green+Blue) = 101+85+188=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6555BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555BC is #9AAA43. Grayscale: #656565. Windows color (decimal): -10136132 or 12342629. OLE color: 12342629.

HSL color Cylindrical-coordinate representation of color #6555BC: hue angle of 249.32º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6555BC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10185188-
CMYK0.460.5500.26
HSL249.32º43.46%53.53%-
HSV(B)249.32º54.79%73.73%-
XYZ17.6912.8949.13-
YUV101.53176.8127.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=27.01%
G=22.73%
B=50.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101851880.460.5500.26249.3243.4653.53
Hex6555BC2E3701Af92b36
Octal14512527456670323715366
Binary110010110101011011110010111011011101101011111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555BC; }

 p { color: rgb(101,85,188); }

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

<style>
 a { background-color: #6555BC; }

 a { background-color: rgb(101,85,188); }

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

<style>
 span { border-color: #6555BC; }

 span { border-color: rgb(101,85,188); }

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