#634FA0

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

Shades of Blue Marguerite #634FA0

Tints of Blue Marguerite #634FA0

Color information

#634FA0 (or 0x634FA0) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4F and A0. RGB value is (99,79,160). Sum of RGB (Red+Green+Blue) = 99+79+160=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #634FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634FA0 is #9CB05F. Grayscale: #5D5D5D. Windows color (decimal): -10268768 or 10506083. OLE color: 10506083.

HSL color Cylindrical-coordinate representation of color #634FA0: hue angle of 254.81º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634FA0 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9979160-
CMYK0.380.5100.37
HSL254.81º33.89%46.86%-
HSV(B)254.81º50.63%62.75%-
XYZ14.2910.7834.59-
YUV94.21165.13131.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=29.29%
G=23.37%
B=47.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99791600.380.5100.37254.8133.8946.86
Hex634FA02633025ff222f
Octal14311724046630453774257
Binary1100011100111110100000100110110011010010111111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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