#6555AE

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

Shades of Blue Marguerite #6555AE

Tints of Blue Marguerite #6555AE

Color information

#6555AE (or 0x6555AE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and AE. RGB value is (101,85,174). Sum of RGB (Red+Green+Blue) = 101+85+174=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6555AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AE is #9AAA51. Grayscale: #636363. Windows color (decimal): -10136146 or 11425125. OLE color: 11425125.

HSL color Cylindrical-coordinate representation of color #6555AE: hue angle of 250.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6555AE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10185174-
CMYK0.420.5100.32
HSL250.79º35.46%50.78%-
HSV(B)250.79º51.15%68.24%-
XYZ16.2612.3241.57-
YUV99.93169.8128.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=28.06%
G=23.61%
B=48.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101851740.420.5100.32250.7935.4650.78
Hex6555AE2A33020fb2333
Octal14512525652630403734363
Binary1100101101010110101110101010110011010000011111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6555AE; }

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

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

<style>
 a { background-color: #6555AE; }

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

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

<style>
 span { border-color: #6555AE; }

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

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