#634DBB

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

Shades of Blue Marguerite #634DBB

Tints of Blue Marguerite #634DBB

Color information

#634DBB (or 0x634DBB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and BB. RGB value is (99,77,187). Sum of RGB (Red+Green+Blue) = 99+77+187=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #634DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DBB is #9CB244. Grayscale: #5F5F5F. Windows color (decimal): -10269253 or 12275043. OLE color: 12275043.

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

Color convert

RGB9977187-
CMYK0.470.5900.27
HSL252º44.72%51.76%-
HSV(B)252º58.82%73.33%-
XYZ16.7711.5548.36-
YUV96.12179.29130.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=27.27%
G=21.21%
B=51.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99771870.470.5900.2725244.7251.76
Hex634DBB2F3B01Bfc2d34
Octal14311527357730333745564
Binary110001110011011011101110111111101101101111111100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,187); }

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

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

 a { background-color: rgb(99,77,187); }

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

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

 span { border-color: rgb(99,77,187); }

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