#634AAD

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

Shades of Blue Marguerite #634AAD

Tints of Blue Marguerite #634AAD

Color information

#634AAD (or 0x634AAD) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4A and AD. RGB value is (99,74,173). Sum of RGB (Red+Green+Blue) = 99+74+173=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #634AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AAD is #9CB552. Grayscale: #5C5C5C. Windows color (decimal): -10270035 or 11356771. OLE color: 11356771.

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

Color convert

RGB9974173-
CMYK0.430.5700.32
HSL255.15º40.08%48.43%-
HSV(B)255.15º57.23%67.84%-
XYZ15.1410.5740.78-
YUV92.76173.28132.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 173 (67.97% from 255) = 50%
R=28.61%
G=21.39%
B=50%

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
Decimal99741730.430.5700.32255.1540.0848.43
Hex634AAD2B39020ff2830
Octal14311225553710403775060
Binary1100011100101010101101101011111001010000011111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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