#634DAA

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

Shades of Blue Marguerite #634DAA

Tints of Blue Marguerite #634DAA

Color information

#634DAA (or 0x634DAA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and AA. RGB value is (99,77,170). Sum of RGB (Red+Green+Blue) = 99+77+170=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #634DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DAA is #9CB255. Grayscale: #5D5D5D. Windows color (decimal): -10269270 or 11160931. OLE color: 11160931.

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

Color convert

RGB9977170-
CMYK0.420.5500.33
HSL254.19º37.65%48.43%-
HSV(B)254.19º54.71%66.67%-
XYZ15.0610.8639.33-
YUV94.18170.79131.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=28.61%
G=22.25%
B=49.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99771700.420.5500.33254.1937.6548.43
Hex634DAA2A37021fe2630
Octal14311525252670413764660
Binary1100011100110110101010101010110111010000111111110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,170); }

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

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

 a { background-color: rgb(99,77,170); }

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

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

 span { border-color: rgb(99,77,170); }

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