#654BAC

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

Shades of Blue Marguerite #654BAC

Tints of Blue Marguerite #654BAC

Color information

#654BAC (or 0x654BAC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4B and AC. RGB value is (101,75,172). Sum of RGB (Red+Green+Blue) = 101+75+172=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #654BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BAC is #9AB453. Grayscale: #5D5D5D. Windows color (decimal): -10138708 or 11291493. OLE color: 11291493.

HSL color Cylindrical-coordinate representation of color #654BAC: hue angle of 256.08º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654BAC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10175172-
CMYK0.410.5600.33
HSL256.08º39.27%48.43%-
HSV(B)256.08º56.4%67.45%-
XYZ15.3310.7840.3-
YUV93.83172.11133.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=29.02%
G=21.55%
B=49.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101751720.410.5600.33256.0839.2748.43
Hex654BAC29380211002730
Octal14511325451700414004760
Binary11001011001011101011001010011110000100001100000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,75,172); }

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

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

 a { background-color: rgb(101,75,172); }

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

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

 span { border-color: rgb(101,75,172); }

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