#634CB7

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

Shades of Blue Marguerite #634CB7

Tints of Blue Marguerite #634CB7

Color information

#634CB7 (or 0x634CB7) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4C and B7. RGB value is (99,76,183). Sum of RGB (Red+Green+Blue) = 99+76+183=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #634CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CB7 is #9CB348. Grayscale: #5E5E5E. Windows color (decimal): -10269513 or 12012643. OLE color: 12012643.

HSL color Cylindrical-coordinate representation of color #634CB7: hue angle of 252.9º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634CB7 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9976183-
CMYK0.460.5800.28
HSL252.9º42.63%50.78%-
HSV(B)252.9º58.47%71.76%-
XYZ16.2811.2446.11-
YUV95.07177.62130.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 183 (71.88% from 255) = 51.12%
R=27.65%
G=21.23%
B=51.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal99761830.460.5800.28252.942.6350.78
Hex634CB72E3A01Cfd2b33
Octal14311426756720343755363
Binary110001110011001011011110111011101001110011111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,183); }

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

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

 a { background-color: rgb(99,76,183); }

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

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

 span { border-color: rgb(99,76,183); }

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