#634AA8

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

Shades of Blue Marguerite #634AA8

Tints of Blue Marguerite #634AA8

Color information

#634AA8 (or 0x634AA8) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4A and A8. RGB value is (99,74,168). Sum of RGB (Red+Green+Blue) = 99+74+168=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #634AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AA8 is #9CB557. Grayscale: #5B5B5B. Windows color (decimal): -10270040 or 11029091. OLE color: 11029091.

HSL color Cylindrical-coordinate representation of color #634AA8: hue angle of 255.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #634AA8 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9974168-
CMYK0.410.5600.34
HSL255.96º38.84%47.45%-
HSV(B)255.96º55.95%65.88%-
XYZ14.6610.3838.28-
YUV92.19170.78132.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 168 (66.02% from 255) = 49.27%
R=29.03%
G=21.70%
B=49.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal99741680.410.5600.34255.9638.8447.45
Hex634AA82938022100272f
Octal14311225051700424004757
Binary11000111001010101010001010011110000100010100000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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