#634DA3

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

Shades of Blue Marguerite #634DA3

Tints of Blue Marguerite #634DA3

Color information

#634DA3 (or 0x634DA3) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and A3. RGB value is (99,77,163). Sum of RGB (Red+Green+Blue) = 99+77+163=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #634DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DA3 is #9CB25C. Grayscale: #5D5D5D. Windows color (decimal): -10269277 or 10702179. OLE color: 10702179.

HSL color Cylindrical-coordinate representation of color #634DA3: hue angle of 255.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634DA3 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9977163-
CMYK0.390.5300.36
HSL255.35º35.83%47.06%-
HSV(B)255.35º52.76%63.92%-
XYZ14.4110.635.94-
YUV93.38167.29132.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=29.20%
G=22.71%
B=48.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99771630.390.5300.36255.3535.8347.06
Hex634DA32735024ff242f
Octal14311524347650443774457
Binary1100011100110110100011100111110101010010011111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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