#634BB9

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

Shades of Blue Marguerite #634BB9

Tints of Blue Marguerite #634BB9

Color information

#634BB9 (or 0x634BB9) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4B and B9. RGB value is (99,75,185). Sum of RGB (Red+Green+Blue) = 99+75+185=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #634BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BB9 is #9CB446. Grayscale: #5E5E5E. Windows color (decimal): -10269767 or 12143459. OLE color: 12143459.

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

Color convert

RGB9975185-
CMYK0.460.5900.27
HSL253.09º44%50.98%-
HSV(B)253.09º59.46%72.55%-
XYZ16.4211.1947.19-
YUV94.72178.95131.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=27.58%
G=20.89%
B=51.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99751850.460.5900.27253.094450.98
Hex634BB92E3B01Bfd2c33
Octal14311327156730333755463
Binary110001110010111011100110111011101101101111111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,185); }

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

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

 a { background-color: rgb(99,75,185); }

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

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

 span { border-color: rgb(99,75,185); }

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