#655FAA

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

Shades of Blue Marguerite #655FAA

Tints of Blue Marguerite #655FAA

Color information

#655FAA (or 0x655FAA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5F and AA. RGB value is (101,95,170). Sum of RGB (Red+Green+Blue) = 101+95+170=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #655FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FAA is #9AA055. Grayscale: #696969. Windows color (decimal): -10133590 or 11165541. OLE color: 11165541.

HSL color Cylindrical-coordinate representation of color #655FAA: hue angle of 244.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655FAA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10195170-
CMYK0.410.4400.33
HSL244.8º30.61%51.96%-
HSV(B)244.8º44.12%66.67%-
XYZ16.7113.8539.82-
YUV105.34164.49124.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=27.60%
G=25.96%
B=46.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101951700.410.4400.33244.830.6151.96
Hex655FAA292C021f51f34
Octal14513725251540413653764
Binary110010110111111010101010100110110001000011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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