#6350BA

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

Shades of Blue Marguerite #6350BA

Tints of Blue Marguerite #6350BA

Color information

#6350BA (or 0x6350BA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 50 and BA. RGB value is (99,80,186). Sum of RGB (Red+Green+Blue) = 99+80+186=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #6350BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350BA is #9CAF45. Grayscale: #616161. Windows color (decimal): -10268486 or 12210275. OLE color: 12210275.

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

Color convert

RGB9980186-
CMYK0.470.5700.27
HSL250.75º43.44%52.16%-
HSV(B)250.75º56.99%72.94%-
XYZ16.8811.9447.87-
YUV97.76177.79128.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=27.12%
G=21.92%
B=50.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99801860.470.5700.27250.7543.4452.16
Hex6350BA2F3901Bfb2b34
Octal14312027257710333735364
Binary110001110100001011101010111111100101101111111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6350BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6350BA; }

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

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

<style>
 a { background-color: #6350BA; }

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

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

<style>
 span { border-color: #6350BA; }

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

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