#654FBC

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

Shades of Blue Marguerite #654FBC

Tints of Blue Marguerite #654FBC

Color information

#654FBC (or 0x654FBC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4F and BC. RGB value is (101,79,188). Sum of RGB (Red+Green+Blue) = 101+79+188=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #654FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FBC is #9AB043. Grayscale: #616161. Windows color (decimal): -10137668 or 12341093. OLE color: 12341093.

HSL color Cylindrical-coordinate representation of color #654FBC: hue angle of 252.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654FBC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10179188-
CMYK0.460.5800.26
HSL252.11º44.86%52.35%-
HSV(B)252.11º57.98%73.73%-
XYZ17.2411.9948.98-
YUV98178.79130.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=27.45%
G=21.47%
B=51.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101791880.460.5800.26252.1144.8652.35
Hex654FBC2E3A01Afc2d34
Octal14511727456720323745564
Binary110010110011111011110010111011101001101011111100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654FBC; }

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

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

<style>
 a { background-color: #654FBC; }

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

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

<style>
 span { border-color: #654FBC; }

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

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