#654CBF

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

Shades of Blue Marguerite #654CBF

Tints of Blue Marguerite #654CBF

Color information

#654CBF (or 0x654CBF) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4C and BF. RGB value is (101,76,191). Sum of RGB (Red+Green+Blue) = 101+76+191=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #654CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CBF is #9AB340. Grayscale: #606060. Windows color (decimal): -10138433 or 12536933. OLE color: 12536933.

HSL color Cylindrical-coordinate representation of color #654CBF: hue angle of 253.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654CBF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10176191-
CMYK0.470.6000.25
HSL253.04º47.33%52.35%-
HSV(B)253.04º60.21%74.9%-
XYZ17.3611.750.63-
YUV96.58181.28131.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 191 (75% from 255) = 51.90%
R=27.45%
G=20.65%
B=51.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101761910.470.6000.25253.0447.3352.35
Hex654CBF2F3C019fd2f34
Octal14511427757740313755764
Binary110010110011001011111110111111110001100111111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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