#634EB3

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

Shades of Blue Marguerite #634EB3

Tints of Blue Marguerite #634EB3

Color information

#634EB3 (or 0x634EB3) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4E and B3. RGB value is (99,78,179). Sum of RGB (Red+Green+Blue) = 99+78+179=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #634EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EB3 is #9CB14C. Grayscale: #5F5F5F. Windows color (decimal): -10269005 or 11751011. OLE color: 11751011.

HSL color Cylindrical-coordinate representation of color #634EB3: hue angle of 252.48º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #634EB3 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9978179-
CMYK0.450.5600.30
HSL252.48º39.92%50.39%-
HSV(B)252.48º56.42%70.2%-
XYZ16.0111.3644-
YUV95.79174.96130.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 179 (70.31% from 255) = 50.28%
R=27.81%
G=21.91%
B=50.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99781790.450.5600.30252.4839.9250.39
Hex634EB32D3801Efc2832
Octal14311626355700363745062
Binary110001110011101011001110110111100001111011111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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