#6558BE

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

Shades of Blue Marguerite #6558BE

Tints of Blue Marguerite #6558BE

Color information

#6558BE (or 0x6558BE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 58 and BE. RGB value is (101,88,190). Sum of RGB (Red+Green+Blue) = 101+88+190=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #6558BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558BE is #9AA741. Grayscale: #676767. Windows color (decimal): -10135362 or 12474469. OLE color: 12474469.

HSL color Cylindrical-coordinate representation of color #6558BE: hue angle of 247.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6558BE is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10188190-
CMYK0.470.5400.25
HSL247.65º43.97%54.51%-
HSV(B)247.65º53.68%74.51%-
XYZ18.1513.4650.36-
YUV103.51176.81126.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=26.65%
G=23.22%
B=50.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101881900.470.5400.25247.6543.9754.51
Hex6558BE2F36019f82c37
Octal14513027657660313705467
Binary110010110110001011111010111111011001100111111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6558BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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