#634AAB

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

Shades of Blue Marguerite #634AAB

Tints of Blue Marguerite #634AAB

Color information

#634AAB (or 0x634AAB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4A and AB. RGB value is (99,74,171). Sum of RGB (Red+Green+Blue) = 99+74+171=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #634AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AAB is #9CB554. Grayscale: #5C5C5C. Windows color (decimal): -10270037 or 11225699. OLE color: 11225699.

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

Color convert

RGB9974171-
CMYK0.420.5700.33
HSL255.46º39.59%48.04%-
HSV(B)255.46º56.73%67.06%-
XYZ14.9510.4939.77-
YUV92.53172.28132.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=28.78%
G=21.51%
B=49.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99741710.420.5700.33255.4639.5948.04
Hex634AAB2A39021ff2830
Octal14311225352710413775060
Binary1100011100101010101011101010111001010000111111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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