#655CAE

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

Shades of Blue Marguerite #655CAE

Tints of Blue Marguerite #655CAE

Color information

#655CAE (or 0x655CAE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5C and AE. RGB value is (101,92,174). Sum of RGB (Red+Green+Blue) = 101+92+174=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #655CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CAE is #9AA351. Grayscale: #676767. Windows color (decimal): -10134354 or 11426917. OLE color: 11426917.

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

Color convert

RGB10192174-
CMYK0.420.4700.32
HSL246.59º33.61%52.16%-
HSV(B)246.59º47.13%68.24%-
XYZ16.8313.4841.76-
YUV104.04167.48125.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=27.52%
G=25.07%
B=47.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101921740.420.4700.32246.5933.6152.16
Hex655CAE2A2F020f72234
Octal14513425652570403674264
Binary1100101101110010101110101010101111010000011110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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