#634DAF

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

Shades of Blue Marguerite #634DAF

Tints of Blue Marguerite #634DAF

Color information

#634DAF (or 0x634DAF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and AF. RGB value is (99,77,175). Sum of RGB (Red+Green+Blue) = 99+77+175=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #634DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DAF is #9CB250. Grayscale: #5E5E5E. Windows color (decimal): -10269265 or 11488611. OLE color: 11488611.

HSL color Cylindrical-coordinate representation of color #634DAF: hue angle of 253.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #634DAF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9977175-
CMYK0.430.5600.31
HSL253.47º38.89%49.41%-
HSV(B)253.47º56%68.63%-
XYZ15.5411.0641.87-
YUV94.75173.29131.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=28.21%
G=21.94%
B=49.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99771750.430.5600.31253.4738.8949.41
Hex634DAF2B3801Ffd2731
Octal14311525753700373754761
Binary110001110011011010111110101111100001111111111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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