#6352AB

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

Shades of Blue Marguerite #6352AB

Tints of Blue Marguerite #6352AB

Color information

#6352AB (or 0x6352AB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 52 and AB. RGB value is (99,82,171). Sum of RGB (Red+Green+Blue) = 99+82+171=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #6352AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6352AB is #9CAD54. Grayscale: #606060. Windows color (decimal): -10267989 or 11227747. OLE color: 11227747.

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

Color convert

RGB9982171-
CMYK0.420.5200.33
HSL251.46º35.18%49.61%-
HSV(B)251.46º52.05%67.06%-
XYZ15.5111.6339.95-
YUV97.23169.63129.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=28.12%
G=23.30%
B=48.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99821710.420.5200.33251.4635.1849.61
Hex6352AB2A34021fb2332
Octal14312225352640413734362
Binary1100011101001010101011101010110100010000111111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6352AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6352AB; }

 p { color: rgb(99,82,171); }

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

<style>
 a { background-color: #6352AB; }

 a { background-color: rgb(99,82,171); }

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

<style>
 span { border-color: #6352AB; }

 span { border-color: rgb(99,82,171); }

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