#634FA3

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

Shades of Blue Marguerite #634FA3

Tints of Blue Marguerite #634FA3

Color information

#634FA3 (or 0x634FA3) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4F and A3. RGB value is (99,79,163). Sum of RGB (Red+Green+Blue) = 99+79+163=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #634FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634FA3 is #9CB05C. Grayscale: #5E5E5E. Windows color (decimal): -10268765 or 10702691. OLE color: 10702691.

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

Color convert

RGB9979163-
CMYK0.390.5200.36
HSL254.29º34.71%47.45%-
HSV(B)254.29º51.53%63.92%-
XYZ14.5510.8935.99-
YUV94.56166.63131.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 163 (64.06% from 255) = 47.80%
R=29.03%
G=23.17%
B=47.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99791630.390.5200.36254.2934.7147.45
Hex634FA32734024fe232f
Octal14311724347640443764357
Binary1100011100111110100011100111110100010010011111110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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