#6658BA

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

Shades of Blue Marguerite #6658BA

Tints of Blue Marguerite #6658BA

Color information

#6658BA (or 0x6658BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 58 and BA. RGB value is (102,88,186). Sum of RGB (Red+Green+Blue) = 102+88+186=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6658BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658BA is #99A745. Grayscale: #666666. Windows color (decimal): -10069830 or 12212326. OLE color: 12212326.

HSL color Cylindrical-coordinate representation of color #6658BA: hue angle of 248.57º 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 #6658BA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10288186-
CMYK0.450.5300.27
HSL248.57º41.53%53.73%-
HSV(B)248.57º52.69%72.94%-
XYZ17.8313.3548.09-
YUV103.36174.64127.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=27.13%
G=23.40%
B=49.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102881860.450.5300.27248.5741.5353.73
Hex6658BA2D3501Bf92a36
Octal14613027255650333715266
Binary110011010110001011101010110111010101101111111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6658BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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