#6553BA

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

Shades of Blue Marguerite #6553BA

Tints of Blue Marguerite #6553BA

Color information

#6553BA (or 0x6553BA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 53 and BA. RGB value is (101,83,186). Sum of RGB (Red+Green+Blue) = 101+83+186=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6553BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553BA is #9AAC45. Grayscale: #636363. Windows color (decimal): -10136646 or 12211045. OLE color: 12211045.

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

Color convert

RGB10183186-
CMYK0.460.5500.27
HSL250.49º42.74%52.75%-
HSV(B)250.49º55.38%72.94%-
XYZ17.3212.547.95-
YUV100.12176.46128.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=27.30%
G=22.43%
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.27
SystemRedGreenBlueCMYKHSL
Decimal101831860.460.5500.27250.4942.7452.75
Hex6553BA2E3701Bfa2b35
Octal14512327256670333725365
Binary110010110100111011101010111011011101101111111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6553BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,83,186); }

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

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

 a { background-color: rgb(101,83,186); }

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

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

 span { border-color: rgb(101,83,186); }

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