#634DBA

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

Shades of Blue Marguerite #634DBA

Tints of Blue Marguerite #634DBA

Color information

#634DBA (or 0x634DBA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4D and BA. RGB value is (99,77,186). Sum of RGB (Red+Green+Blue) = 99+77+186=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #634DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DBA is #9CB245. Grayscale: #5F5F5F. Windows color (decimal): -10269254 or 12209507. OLE color: 12209507.

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

Color convert

RGB9977186-
CMYK0.470.5900.27
HSL252.11º44.13%51.57%-
HSV(B)252.11º58.6%72.94%-
XYZ16.6611.5147.8-
YUV96178.79130.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=27.35%
G=21.27%
B=51.38%

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
Decimal99771860.470.5900.27252.1144.1351.57
Hex634DBA2F3B01Bfc2c34
Octal14311527257730333745464
Binary110001110011011011101010111111101101101111111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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