#655FAE

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

Shades of Blue Marguerite #655FAE

Tints of Blue Marguerite #655FAE

Color information

#655FAE (or 0x655FAE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5F and AE. RGB value is (101,95,174). Sum of RGB (Red+Green+Blue) = 101+95+174=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #655FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FAE is #9AA051. Grayscale: #696969. Windows color (decimal): -10133586 or 11427685. OLE color: 11427685.

HSL color Cylindrical-coordinate representation of color #655FAE: hue angle of 244.56º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655FAE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10195174-
CMYK0.420.4500.32
HSL244.56º32.78%52.75%-
HSV(B)244.56º45.4%68.24%-
XYZ17.114.0141.85-
YUV105.8166.49124.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=27.30%
G=25.68%
B=47.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101951740.420.4500.32244.5632.7852.75
Hex655FAE2A2D020f52135
Octal14513725652550403654165
Binary1100101101111110101110101010101101010000011110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655FAE; }

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

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

<style>
 a { background-color: #655FAE; }

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

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

<style>
 span { border-color: #655FAE; }

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

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