#634EBA

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

Shades of Blue Marguerite #634EBA

Tints of Blue Marguerite #634EBA

Color information

#634EBA (or 0x634EBA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4E and BA. RGB value is (99,78,186). Sum of RGB (Red+Green+Blue) = 99+78+186=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #634EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EBA is #9CB145. Grayscale: #606060. Windows color (decimal): -10268998 or 12209763. OLE color: 12209763.

HSL color Cylindrical-coordinate representation of color #634EBA: hue angle of 251.67º 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 #634EBA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9978186-
CMYK0.470.5800.27
HSL251.67º43.9%51.76%-
HSV(B)251.67º58.06%72.94%-
XYZ16.7311.6547.82-
YUV96.59178.46129.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=27.27%
G=21.49%
B=51.24%

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
Decimal99781860.470.5800.27251.6743.951.76
Hex634EBA2F3A01Bfc2c34
Octal14311627257720333745464
Binary110001110011101011101010111111101001101111111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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