#654DBC

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

Shades of Blue Marguerite #654DBC

Tints of Blue Marguerite #654DBC

Color information

#654DBC (or 0x654DBC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4D and BC. RGB value is (101,77,188). Sum of RGB (Red+Green+Blue) = 101+77+188=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #654DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DBC is #9AB243. Grayscale: #606060. Windows color (decimal): -10138180 or 12340581. OLE color: 12340581.

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

Color convert

RGB10177188-
CMYK0.460.5900.26
HSL252.97º45.31%51.96%-
HSV(B)252.97º59.04%73.73%-
XYZ17.111.7148.94-
YUV96.83179.45130.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=27.60%
G=21.04%
B=51.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101771880.460.5900.26252.9745.3151.96
Hex654DBC2E3B01Afd2d34
Octal14511527456730323755564
Binary110010110011011011110010111011101101101011111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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