#6355AD

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

Shades of Blue Marguerite #6355AD

Tints of Blue Marguerite #6355AD

Color information

#6355AD (or 0x6355AD) is unknown color: approx Blue Marguerite. HEX triplet: 63, 55 and AD. RGB value is (99,85,173). Sum of RGB (Red+Green+Blue) = 99+85+173=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #6355AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AD is #9CAA52. Grayscale: #626262. Windows color (decimal): -10267219 or 11359587. OLE color: 11359587.

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

Color convert

RGB9985173-
CMYK0.430.5100.32
HSL249.55º34.92%50.59%-
HSV(B)249.55º50.87%67.84%-
XYZ15.9412.1741.04-
YUV99.22169.64127.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=27.73%
G=23.81%
B=48.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99851730.430.5100.32249.5534.9250.59
Hex6355AD2B33020fa2333
Octal14312525553630403724363
Binary1100011101010110101101101011110011010000011111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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