#634AAE

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

Shades of Blue Marguerite #634AAE

Tints of Blue Marguerite #634AAE

Color information

#634AAE (or 0x634AAE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4A and AE. RGB value is (99,74,174). Sum of RGB (Red+Green+Blue) = 99+74+174=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #634AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AAE is #9CB551. Grayscale: #5C5C5C. Windows color (decimal): -10270034 or 11422307. OLE color: 11422307.

HSL color Cylindrical-coordinate representation of color #634AAE: hue angle of 255º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #634AAE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9974174-
CMYK0.430.5700.32
HSL255º40.32%48.63%-
HSV(B)255º57.47%68.24%-
XYZ15.2310.6141.29-
YUV92.87173.78132.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=28.53%
G=21.33%
B=50.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99741740.430.5700.3225540.3248.63
Hex634AAE2B39020ff2831
Octal14311225653710403775061
Binary1100011100101010101110101011111001010000011111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634AAE; }

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

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

<style>
 a { background-color: #634AAE; }

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

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

<style>
 span { border-color: #634AAE; }

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

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