#6559AF

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

Shades of Blue Marguerite #6559AF

Tints of Blue Marguerite #6559AF

Color information

#6559AF (or 0x6559AF) is unknown color: approx Blue Marguerite. HEX triplet: 65, 59 and AF. RGB value is (101,89,175). Sum of RGB (Red+Green+Blue) = 101+89+175=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #6559AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6559AF is #9AA650. Grayscale: #666666. Windows color (decimal): -10135121 or 11491685. OLE color: 11491685.

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

Color convert

RGB10189175-
CMYK0.420.4900.31
HSL248.37º34.96%51.76%-
HSV(B)248.37º49.14%68.63%-
XYZ16.6813.0142.19-
YUV102.39168.98127.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=27.67%
G=24.38%
B=47.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101891750.420.4900.31248.3734.9651.76
Hex6559AF2A3101Ff82334
Octal14513125752610373704364
Binary110010110110011010111110101011000101111111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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