#6359AC

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

Shades of Blue Marguerite #6359AC

Tints of Blue Marguerite #6359AC

Color information

#6359AC (or 0x6359AC) is unknown color: approx Blue Marguerite. HEX triplet: 63, 59 and AC. RGB value is (99,89,172). Sum of RGB (Red+Green+Blue) = 99+89+172=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #6359AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6359AC is #9CA653. Grayscale: #656565. Windows color (decimal): -10266196 or 11295075. OLE color: 11295075.

HSL color Cylindrical-coordinate representation of color #6359AC: hue angle of 247.23º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6359AC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9989172-
CMYK0.420.4800.33
HSL247.23º33.33%51.18%-
HSV(B)247.23º48.26%67.45%-
XYZ16.1612.7840.64-
YUV101.45167.81126.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=27.5%
G=24.72%
B=47.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99891720.420.4800.33247.2333.3351.18
Hex6359AC2A30021f72133
Octal14313125452600413674163
Binary1100011101100110101100101010110000010000111110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6359AC; }

 p { color: rgb(99,89,172); }

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

<style>
 a { background-color: #6359AC; }

 a { background-color: rgb(99,89,172); }

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

<style>
 span { border-color: #6359AC; }

 span { border-color: rgb(99,89,172); }

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