#634FBA

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

Shades of Blue Marguerite #634FBA

Tints of Blue Marguerite #634FBA

Color information

#634FBA (or 0x634FBA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4F and BA. RGB value is (99,79,186). Sum of RGB (Red+Green+Blue) = 99+79+186=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #634FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FBA is #9CB045. Grayscale: #606060. Windows color (decimal): -10268742 or 12210019. OLE color: 12210019.

HSL color Cylindrical-coordinate representation of color #634FBA: hue angle of 251.21º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634FBA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9979186-
CMYK0.470.5800.27
HSL251.21º43.67%51.96%-
HSV(B)251.21º57.53%72.94%-
XYZ16.811.7947.84-
YUV97.18178.13129.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=27.20%
G=21.70%
B=51.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99791860.470.5800.27251.2143.6751.96
Hex634FBA2F3A01Bfb2c34
Octal14311727257720333735464
Binary110001110011111011101010111111101001101111111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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