#634FA5

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

Shades of Blue Marguerite #634FA5

Tints of Blue Marguerite #634FA5

Color information

#634FA5 (or 0x634FA5) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4F and A5. RGB value is (99,79,165). Sum of RGB (Red+Green+Blue) = 99+79+165=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #634FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634FA5 is #9CB05A. Grayscale: #5E5E5E. Windows color (decimal): -10268763 or 10833763. OLE color: 10833763.

HSL color Cylindrical-coordinate representation of color #634FA5: hue angle of 253.95º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634FA5 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9979165-
CMYK0.400.5200.35
HSL253.95º35.25%47.84%-
HSV(B)253.95º52.12%64.71%-
XYZ14.7310.9636.94-
YUV94.78167.63131.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=28.86%
G=23.03%
B=48.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99791650.400.5200.35253.9535.2547.84
Hex634FA52834023fe2330
Octal14311724550640433764360
Binary1100011100111110100101101000110100010001111111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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