#634BA6

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

Shades of Blue Marguerite #634BA6

Tints of Blue Marguerite #634BA6

Color information

#634BA6 (or 0x634BA6) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4B and A6. RGB value is (99,75,166). Sum of RGB (Red+Green+Blue) = 99+75+166=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #634BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634BA6 is #9CB459. Grayscale: #5C5C5C. Windows color (decimal): -10269786 or 10898275. OLE color: 10898275.

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

Color convert

RGB9975166-
CMYK0.400.5500.35
HSL255.82º37.76%47.25%-
HSV(B)255.82º54.82%65.1%-
XYZ14.5410.4437.32-
YUV92.55169.45132.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 166 (65.23% from 255) = 48.82%
R=29.12%
G=22.06%
B=48.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99751660.400.5500.35255.8237.7647.25
Hex634BA62837023100262f
Octal14311324650670434004657
Binary11000111001011101001101010001101110100011100000000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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