#634CAA

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

Shades of Blue Marguerite #634CAA

Tints of Blue Marguerite #634CAA

Color information

#634CAA (or 0x634CAA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4C and AA. RGB value is (99,76,170). Sum of RGB (Red+Green+Blue) = 99+76+170=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #634CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634CAA is #9CB355. Grayscale: #5D5D5D. Windows color (decimal): -10269526 or 11160675. OLE color: 11160675.

HSL color Cylindrical-coordinate representation of color #634CAA: hue angle of 254.68º 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 #634CAA is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9976170-
CMYK0.420.5500.33
HSL254.68º38.21%48.24%-
HSV(B)254.68º55.29%66.67%-
XYZ14.9910.7239.31-
YUV93.59171.12131.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=28.70%
G=22.03%
B=49.28%

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
Decimal99761700.420.5500.33254.6838.2148.24
Hex634CAA2A37021ff2630
Octal14311425252670413774660
Binary1100011100110010101010101010110111010000111111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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