#634AB2

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

Shades of Blue Marguerite #634AB2

Tints of Blue Marguerite #634AB2

Color information

#634AB2 (or 0x634AB2) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4A and B2. RGB value is (99,74,178). Sum of RGB (Red+Green+Blue) = 99+74+178=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #634AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AB2 is #9CB54D. Grayscale: #5C5C5C. Windows color (decimal): -10270030 or 11684451. OLE color: 11684451.

HSL color Cylindrical-coordinate representation of color #634AB2: hue angle of 254.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634AB2 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9974178-
CMYK0.440.5800.30
HSL254.42º41.27%49.41%-
HSV(B)254.42º58.43%69.8%-
XYZ15.6310.7643.37-
YUV93.33175.78132.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 178 (69.92% from 255) = 50.71%
R=28.21%
G=21.08%
B=50.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99741780.440.5800.30254.4241.2749.41
Hex634AB22C3A01Efe2931
Octal14311226254720363765161
Binary110001110010101011001010110011101001111011111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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