#654FBA

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

Shades of Blue Marguerite #654FBA

Tints of Blue Marguerite #654FBA

Color information

#654FBA (or 0x654FBA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4F and BA. RGB value is (101,79,186). Sum of RGB (Red+Green+Blue) = 101+79+186=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #654FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FBA is #9AB045. Grayscale: #616161. Windows color (decimal): -10137670 or 12210021. OLE color: 12210021.

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

Color convert

RGB10179186-
CMYK0.460.5800.27
HSL252.34º43.67%51.96%-
HSV(B)252.34º57.53%72.94%-
XYZ17.0311.947.85-
YUV97.78177.79130.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=27.60%
G=21.58%
B=50.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101791860.460.5800.27252.3443.6751.96
Hex654FBA2E3A01Bfc2c34
Octal14511727256720333745464
Binary110010110011111011101010111011101001101111111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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