#654DAE

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

Shades of Blue Marguerite #654DAE

Tints of Blue Marguerite #654DAE

Color information

#654DAE (or 0x654DAE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4D and AE. RGB value is (101,77,174). Sum of RGB (Red+Green+Blue) = 101+77+174=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #654DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAE is #9AB251. Grayscale: #5E5E5E. Windows color (decimal): -10138194 or 11423077. OLE color: 11423077.

HSL color Cylindrical-coordinate representation of color #654DAE: hue angle of 254.85º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654DAE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10177174-
CMYK0.420.5600.32
HSL254.85º38.65%49.22%-
HSV(B)254.85º55.75%68.24%-
XYZ15.6611.1341.37-
YUV95.23172.45132.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=28.69%
G=21.88%
B=49.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101771740.420.5600.32254.8538.6549.22
Hex654DAE2A38020ff2731
Octal14511525652700403774761
Binary1100101100110110101110101010111000010000011111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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