#6558BA

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

Shades of Blue Marguerite #6558BA

Tints of Blue Marguerite #6558BA

Color information

#6558BA (or 0x6558BA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 58 and BA. RGB value is (101,88,186). Sum of RGB (Red+Green+Blue) = 101+88+186=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #6558BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558BA is #9AA745. Grayscale: #666666. Windows color (decimal): -10135366 or 12212325. OLE color: 12212325.

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

Color convert

RGB10188186-
CMYK0.460.5300.27
HSL247.96º41.53%53.73%-
HSV(B)247.96º52.69%72.94%-
XYZ17.7213.2948.09-
YUV103.06174.81126.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=26.93%
G=23.47%
B=49.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101881860.460.5300.27247.9641.5353.73
Hex6558BA2E3501Bf82a36
Octal14513027256650333705266
Binary110010110110001011101010111011010101101111111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6558BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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