#6352AD

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

Shades of Blue Marguerite #6352AD

Tints of Blue Marguerite #6352AD

Color information

#6352AD (or 0x6352AD) is unknown color: approx Blue Marguerite. HEX triplet: 63, 52 and AD. RGB value is (99,82,173). Sum of RGB (Red+Green+Blue) = 99+82+173=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #6352AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6352AD is #9CAD52. Grayscale: #616161. Windows color (decimal): -10267987 or 11358819. OLE color: 11358819.

HSL color Cylindrical-coordinate representation of color #6352AD: hue angle of 251.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6352AD is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9982173-
CMYK0.430.5300.32
HSL251.21º35.69%50%-
HSV(B)251.21º52.6%67.84%-
XYZ15.7111.740.97-
YUV97.46170.63129.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=27.97%
G=23.16%
B=48.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99821730.430.5300.32251.2135.6950
Hex6352AD2B35020fb2432
Octal14312225553650403734462
Binary1100011101001010101101101011110101010000011111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6352AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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