#654CBA

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

Shades of Blue Marguerite #654CBA

Tints of Blue Marguerite #654CBA

Color information

#654CBA (or 0x654CBA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4C and BA. RGB value is (101,76,186). Sum of RGB (Red+Green+Blue) = 101+76+186=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #654CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CBA is #9AB345. Grayscale: #5F5F5F. Windows color (decimal): -10138438 or 12209253. OLE color: 12209253.

HSL color Cylindrical-coordinate representation of color #654CBA: hue angle of 253.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654CBA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10176186-
CMYK0.460.5900.27
HSL253.64º44.35%51.37%-
HSV(B)253.64º59.14%72.94%-
XYZ16.8111.4847.78-
YUV96.01178.78131.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=27.82%
G=20.94%
B=51.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101761860.460.5900.27253.6444.3551.37
Hex654CBA2E3B01Bfe2c33
Octal14511427256730333765463
Binary110010110011001011101010111011101101101111111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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