#6357AF

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

Shades of Blue Marguerite #6357AF

Tints of Blue Marguerite #6357AF

Color information

#6357AF (or 0x6357AF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 57 and AF. RGB value is (99,87,175). Sum of RGB (Red+Green+Blue) = 99+87+175=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 87 (34.38% from 255 or 24.10% 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 #6357AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6357AF is #9CA850. Grayscale: #646464. Windows color (decimal): -10266705 or 11491171. OLE color: 11491171.

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

Color convert

RGB9987175-
CMYK0.430.5000.31
HSL248.18º35.48%51.37%-
HSV(B)248.18º50.29%68.63%-
XYZ16.2912.5642.12-
YUV100.62169.98126.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=27.42%
G=24.10%
B=48.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99871750.430.5000.31248.1835.4851.37
Hex6357AF2B3201Ff82333
Octal14312725753620373704363
Binary110001110101111010111110101111001001111111111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6357AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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