#6351BA

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

Shades of Blue Marguerite #6351BA

Tints of Blue Marguerite #6351BA

Color information

#6351BA (or 0x6351BA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 51 and BA. RGB value is (99,81,186). Sum of RGB (Red+Green+Blue) = 99+81+186=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #6351BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351BA is #9CAE45. Grayscale: #616161. Windows color (decimal): -10268230 or 12210531. OLE color: 12210531.

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

Color convert

RGB9981186-
CMYK0.470.5600.27
HSL250.29º43.21%52.35%-
HSV(B)250.29º56.45%72.94%-
XYZ16.9512.0847.89-
YUV98.35177.46128.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=27.05%
G=22.13%
B=50.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99811860.470.5600.27250.2943.2152.35
Hex6351BA2F3801Bfa2b34
Octal14312127257700333725364
Binary110001110100011011101010111111100001101111111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6351BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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