#6555AF

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

Shades of Blue Marguerite #6555AF

Tints of Blue Marguerite #6555AF

Color information

#6555AF (or 0x6555AF) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and AF. RGB value is (101,85,175). Sum of RGB (Red+Green+Blue) = 101+85+175=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #6555AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AF is #9AAA50. Grayscale: #636363. Windows color (decimal): -10136145 or 11490661. OLE color: 11490661.

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

Color convert

RGB10185175-
CMYK0.420.5100.31
HSL250.67º36%50.98%-
HSV(B)250.67º51.43%68.63%-
XYZ16.3512.3642.08-
YUV100.04170.3128.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=27.98%
G=23.55%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101851750.420.5100.31250.673650.98
Hex6555AF2A3301Ffb2433
Octal14512525752630373734463
Binary110010110101011010111110101011001101111111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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