#6355AE

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

Shades of Blue Marguerite #6355AE

Tints of Blue Marguerite #6355AE

Color information

#6355AE (or 0x6355AE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 55 and AE. RGB value is (99,85,174). Sum of RGB (Red+Green+Blue) = 99+85+174=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6355AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AE is #9CAA51. Grayscale: #626262. Windows color (decimal): -10267218 or 11425123. OLE color: 11425123.

HSL color Cylindrical-coordinate representation of color #6355AE: hue angle of 249.44º 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 #6355AE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9985174-
CMYK0.430.5100.32
HSL249.44º35.46%50.78%-
HSV(B)249.44º51.15%68.24%-
XYZ16.0312.2141.56-
YUV99.33170.14127.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=27.65%
G=23.74%
B=48.60%

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
Decimal99851740.430.5100.32249.4435.4650.78
Hex6355AE2B33020f92333
Octal14312525653630403714363
Binary1100011101010110101110101011110011010000011111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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