#634EA8

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

Shades of Blue Marguerite #634EA8

Tints of Blue Marguerite #634EA8

Color information

#634EA8 (or 0x634EA8) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4E and A8. RGB value is (99,78,168). Sum of RGB (Red+Green+Blue) = 99+78+168=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #634EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634EA8 is #9CB157. Grayscale: #5E5E5E. Windows color (decimal): -10269016 or 11030115. OLE color: 11030115.

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

Color convert

RGB9978168-
CMYK0.410.5400.34
HSL254º36.59%48.24%-
HSV(B)254º53.57%65.88%-
XYZ14.9410.9338.37-
YUV94.54169.46131.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 168 (66.02% from 255) = 48.70%
R=28.70%
G=22.61%
B=48.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal99781680.410.5400.3425436.5948.24
Hex634EA82936022fe2530
Octal14311625051660423764560
Binary1100011100111010101000101001110110010001011111110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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