#634DAC

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

Shades of Blue Marguerite #634DAC

Tints of Blue Marguerite #634DAC

Color information

#634DAC (or 0x634DAC) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and AC. RGB value is (99,77,172). Sum of RGB (Red+Green+Blue) = 99+77+172=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #634DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DAC is #9CB253. Grayscale: #5E5E5E. Windows color (decimal): -10269268 or 11292003. OLE color: 11292003.

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

Color convert

RGB9977172-
CMYK0.420.5500.33
HSL253.89º38.15%48.82%-
HSV(B)253.89º55.23%67.45%-
XYZ15.2510.9440.34-
YUV94.41171.79131.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=28.45%
G=22.13%
B=49.43%

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
Decimal99771720.420.5500.33253.8938.1548.82
Hex634DAC2A37021fe2631
Octal14311525452670413764661
Binary1100011100110110101100101010110111010000111111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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