#6357AA

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

Shades of Blue Marguerite #6357AA

Tints of Blue Marguerite #6357AA

Color information

#6357AA (or 0x6357AA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 57 and AA. RGB value is (99,87,170). Sum of RGB (Red+Green+Blue) = 99+87+170=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #6357AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6357AA is #9CA855. Grayscale: #636363. Windows color (decimal): -10266710 or 11163491. OLE color: 11163491.

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

Color convert

RGB9987170-
CMYK0.420.4900.33
HSL248.67º32.81%50.39%-
HSV(B)248.67º48.82%66.67%-
XYZ15.8112.3739.58-
YUV100.05167.48127.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=27.81%
G=24.44%
B=47.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99871700.420.4900.33248.6732.8150.39
Hex6357AA2A31021f92132
Octal14312725252610413714162
Binary1100011101011110101010101010110001010000111111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6357AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6357AA; }

 p { color: rgb(99,87,170); }

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

<style>
 a { background-color: #6357AA; }

 a { background-color: rgb(99,87,170); }

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

<style>
 span { border-color: #6357AA; }

 span { border-color: rgb(99,87,170); }

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